Skip to content
Snippets Groups Projects
Commit cf5f3b26 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Add a separator for the Nautilus extension

parent a5eede9a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment