summaryrefslogtreecommitdiff
path: root/nautilus
diff options
context:
space:
mode:
Diffstat (limited to 'nautilus')
-rw-r--r--nautilus/nautilus_mat2.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/nautilus/nautilus_mat2.py b/nautilus/nautilus_mat2.py
index f29de64..857953e 100644
--- a/nautilus/nautilus_mat2.py
+++ b/nautilus/nautilus_mat2.py
@@ -49,6 +49,9 @@ class StatusWindow(Gtk.Window):
49 listbox.show_all() 49 listbox.show_all()
50 50
51 # Options 51 # Options
52 separator = Gtk.Separator(orientation=Gtk.Orientation.HORIZONTAL)
53 self.main_box.pack_start(separator, True, True, 5)
54
52 hbox = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=10) 55 hbox = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=10)
53 self.main_box.pack_start(hbox, True, True, 0) 56 self.main_box.pack_start(hbox, True, True, 0)
54 label = Gtk.Label(xalign=0) 57 label = Gtk.Label(xalign=0)