- First spacing attempt in voice settings
This commit is contained in:
parent
a438dbb50b
commit
d68a06518d
1 changed files with 3 additions and 3 deletions
|
|
@ -224,9 +224,9 @@ class VoiceSettingsWindow(SettingsWindow):
|
|||
outer_box.set_column_spacing(64)
|
||||
|
||||
monitor_box = Gtk.Grid()
|
||||
alignment_box = Gtk.Grid()
|
||||
colour_box = Gtk.Grid()
|
||||
avatar_box = Gtk.Grid()
|
||||
alignment_box = Gtk.Grid(row_homogeneous=True)
|
||||
colour_box = Gtk.Grid(row_homogeneous=True)
|
||||
avatar_box = Gtk.Grid(row_homogeneous=True)
|
||||
|
||||
colour_box.set_row_spacing(8)
|
||||
colour_box.set_column_spacing(8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue