removed extra spacing around cover per default

This commit is contained in:
Martin Wagner 2020-08-26 20:06:07 +02:00
parent 0bb6f46bea
commit f36e789f26
2 changed files with 1 additions and 2 deletions

View File

@ -2106,7 +2106,6 @@ class MainCover(Gtk.Frame):
# event box # event box
event_box=Gtk.EventBox() event_box=Gtk.EventBox()
event_box.set_property("border-width", 5)
# cover # cover
self._cover=Gtk.Image.new() self._cover=Gtk.Image.new()

View File

@ -37,7 +37,7 @@
<description></description> <description></description>
</key> </key>
<key type="i" name="track-cover"> <key type="i" name="track-cover">
<default>360</default> <default>370</default>
<summary>Size of main cover</summary> <summary>Size of main cover</summary>
<description></description> <description></description>
</key> </key>