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=Gtk.EventBox()
event_box.set_property("border-width", 4)
event_box.set_property("border-width", 5)
# cover
self._cover=Gtk.Image.new()