Use white for the separator
This commit is contained in:
parent
d8c61d271a
commit
b6e32680aa
@ -41,7 +41,7 @@ class Menu(gtk.Window):
|
||||
|
||||
def _create_action_box(self):
|
||||
separator = goocanvas.Path(data='M 15 0 L 215 0', line_width=3,
|
||||
stroke_color='#a1a1a1')
|
||||
stroke_color='white')
|
||||
self._grid.set_constraints(separator, 0, 4)
|
||||
self._root.add_child(separator)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user