Skip to content

Commit

Permalink
fix(gui): properties dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless authored and chrysn committed Jan 19, 2019
1 parent e3fb4a2 commit 5927656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenlayout/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def do_open_properties(self):
#nb.append_page(wacom_options, Gtk.Label(_("Wacom options")))
nb.append_page(script_editor, Gtk.Label(_("Script")))

d.vbox.pack_start(nb)
d.vbox.pack_start(nb, expand=False, fill=False, padding=0)
d.show_all()

d.run()
Expand Down

0 comments on commit 5927656

Please sign in to comment.