mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed menu margins
This commit is contained in:
parent
0971bb7500
commit
0eb92f4b67
@ -1560,7 +1560,7 @@ class ArtistPopover(Gtk.Popover):
|
||||
self._genre=None
|
||||
|
||||
# buttons
|
||||
vbox=Gtk.ButtonBox(orientation=Gtk.Orientation.VERTICAL, border_width=9)
|
||||
vbox=Gtk.ButtonBox(orientation=Gtk.Orientation.VERTICAL, margin=10)
|
||||
data=((_("Append"), "list-add-symbolic", "append"),
|
||||
(_("Play"), "media-playback-start-symbolic", "play"),
|
||||
(_("Enqueue"), "insert-object-symbolic", "enqueue")
|
||||
@ -2280,7 +2280,7 @@ class PlaylistPopover(Gtk.Popover):
|
||||
self._rect=Gdk.Rectangle()
|
||||
|
||||
# buttons
|
||||
vbox=Gtk.Box(orientation=Gtk.Orientation.VERTICAL, border_width=9)
|
||||
vbox=Gtk.Box(orientation=Gtk.Orientation.VERTICAL, margin=10)
|
||||
data=((_("Append"), "list-add-symbolic", "append"),
|
||||
(_("Play"), "media-playback-start-symbolic", "play"),
|
||||
(_("Enqueue"), "insert-object-symbolic", "enqueue")
|
||||
|
Loading…
Reference in New Issue
Block a user