diff --git a/nautilus/nautilus_mat2.py b/nautilus/nautilus_mat2.py
index f29de644685508186129e1b2eb3e5f994dc44075..857953e5bb4ba03effa9ee6922cbee67da64ce14 100644
--- a/nautilus/nautilus_mat2.py
+++ b/nautilus/nautilus_mat2.py
@@ -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)