1
0
Fork 0

Add a separator for the Nautilus extension

This commit is contained in:
jvoisin 2018-07-18 22:39:10 +02:00
parent a5eede9a21
commit cf5f3b268d
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ class StatusWindow(Gtk.Window):
listbox.show_all()
# Options
separator = Gtk.Separator(orientation=Gtk.Orientation.HORIZONTAL)
self.main_box.pack_start(separator, True, True, 5)
hbox = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=10)
self.main_box.pack_start(hbox, True, True, 0)
label = Gtk.Label(xalign=0)