fixed cover spacing and default size

This commit is contained in:
Martin Wagner 2020-08-25 17:30:51 +02:00
parent accf4b2a53
commit 0bb6f46bea
2 changed files with 2 additions and 2 deletions

View File

@ -2106,7 +2106,7 @@ class MainCover(Gtk.Frame):
# event box # event box
event_box=Gtk.EventBox() event_box=Gtk.EventBox()
event_box.set_property("border-width", 4) 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>350</default> <default>360</default>
<summary>Size of main cover</summary> <summary>Size of main cover</summary>
<description></description> <description></description>
</key> </key>