From d9adc3ea7c0dd5ee251698caa6e72c31608d76ab Mon Sep 17 00:00:00 2001 From: Gobinath Date: Mon, 21 Jan 2019 17:23:08 -0500 Subject: [PATCH] Remove toolbar separator --- safeeyes/BreakScreen.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/safeeyes/BreakScreen.py b/safeeyes/BreakScreen.py index 8287036..d894382 100644 --- a/safeeyes/BreakScreen.py +++ b/safeeyes/BreakScreen.py @@ -172,11 +172,6 @@ class BreakScreen(object): box_buttons = builder.get_object("box_buttons") toolbar = builder.get_object("toolbar") - separator = Gtk.SeparatorToolItem() - separator.set_expand(True) - separator.show() - toolbar.add(separator) - for tray_action in tray_actions: toolbar_button = None if isinstance(tray_action.icon, str):