mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed VolumeButton popover
This commit is contained in:
parent
0eb92f4b67
commit
d5c148205f
@ -3283,6 +3283,7 @@ class VolumeButton(Gtk.VolumeButton):
|
|||||||
# popover
|
# popover
|
||||||
popover=self.get_popup()
|
popover=self.get_popup()
|
||||||
scale_box=popover.get_child()
|
scale_box=popover.get_child()
|
||||||
|
scale_box.get_children()[1].set_hexpand(True) # expand scale
|
||||||
popover.remove(scale_box)
|
popover.remove(scale_box)
|
||||||
box=Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
|
box=Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
|
||||||
box.pack_start(scale_box, False, False, 0)
|
box.pack_start(scale_box, False, False, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user