mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed cover spacing and default size
This commit is contained in:
parent
accf4b2a53
commit
0bb6f46bea
@ -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()
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user