- Moved advanced further down list
This commit is contained in:
parent
cdfffc3480
commit
3e773ee103
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ class VoiceSettingsWindow(SettingsWindow):
|
|||
advanced_button = Gtk.Button.new_with_label(_("Show Advanced Options"))
|
||||
advanced_button.connect("pressed", self.toggle_advanced)
|
||||
|
||||
monitor_box.attach(advanced_button, 0, 4, 2,1)
|
||||
monitor_box.attach(advanced_button, 0, 10, 2,1)
|
||||
|
||||
# Autohide
|
||||
# autohide_label = Gtk.Label.new("Hide on mouseover")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue