mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed spacing in profile settings
This commit is contained in:
parent
2accd050d2
commit
2b491b2307
@ -1144,7 +1144,7 @@ class ProfileEntryMask(Gtk.Grid):
|
|||||||
host_label=Gtk.Label(label=_("Host:"), xalign=1, margin_end=6, no_show_all=True)
|
host_label=Gtk.Label(label=_("Host:"), xalign=1, margin_end=6, no_show_all=True)
|
||||||
profile.bind("socket-connection", host_label, "visible", Gio.SettingsBindFlags.INVERT_BOOLEAN|Gio.SettingsBindFlags.GET)
|
profile.bind("socket-connection", host_label, "visible", Gio.SettingsBindFlags.INVERT_BOOLEAN|Gio.SettingsBindFlags.GET)
|
||||||
password_label=Gtk.Label(label=_("Password:"), xalign=1, margin_end=6)
|
password_label=Gtk.Label(label=_("Password:"), xalign=1, margin_end=6)
|
||||||
path_label=Gtk.Label(label=_("Music lib:"), xalign=1, no_show_all=True)
|
path_label=Gtk.Label(label=_("Music lib:"), xalign=1, margin_end=6, no_show_all=True)
|
||||||
profile.bind("socket-connection", path_label, "visible", Gio.SettingsBindFlags.INVERT_BOOLEAN|Gio.SettingsBindFlags.GET)
|
profile.bind("socket-connection", path_label, "visible", Gio.SettingsBindFlags.INVERT_BOOLEAN|Gio.SettingsBindFlags.GET)
|
||||||
regex_label=Gtk.Label(label=_("Cover regex:"), xalign=1, margin_end=6)
|
regex_label=Gtk.Label(label=_("Cover regex:"), xalign=1, margin_end=6)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user