mirror of
https://github.com/slgobinath/SafeEyes.git
synced 2024-12-24 23:50:46 +01:00
parent
77d8aa25b3
commit
dc6bee31d6
@ -173,9 +173,9 @@ class BreakScreen(object):
|
||||
toolbar = builder.get_object("toolbar")
|
||||
|
||||
separator = Gtk.SeparatorToolItem()
|
||||
toolbar.add(separator)
|
||||
toolbar.child_set(separator, expand=True)
|
||||
separator.set_expand(True)
|
||||
separator.show()
|
||||
toolbar.add(separator)
|
||||
|
||||
for tray_action in tray_actions:
|
||||
toolbar_button = None
|
||||
|
@ -187,7 +187,7 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<object class="GtkBox" id="box_top_panel">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
|
Loading…
Reference in New Issue
Block a user