mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed spacing in OutputPopover
This commit is contained in:
parent
eb4b8adfb1
commit
050f453496
@ -3172,7 +3172,7 @@ class OutputPopover(Gtk.Popover):
|
|||||||
self._client=client
|
self._client=client
|
||||||
|
|
||||||
# widgets
|
# widgets
|
||||||
box=Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=6, border_width=3)
|
box=Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=6, border_width=6)
|
||||||
for output in self._client.wrapped_call("outputs"):
|
for output in self._client.wrapped_call("outputs"):
|
||||||
button=Gtk.CheckButton(label="{} ({})".format(output["outputname"], output["plugin"]))
|
button=Gtk.CheckButton(label="{} ({})".format(output["outputname"], output["plugin"]))
|
||||||
if output["outputenabled"] == "1":
|
if output["outputenabled"] == "1":
|
||||||
|
Loading…
Reference in New Issue
Block a user