Browse Source

kivy wizard: add separation widget

master
ThomasV 10 years ago
parent
commit
d253d8463b
  1. 2
      gui/kivy/uix/dialogs/create_restore.py

2
gui/kivy/uix/dialogs/create_restore.py

@ -263,6 +263,8 @@ Builder.load_string('''
text: ' ' text: ' '
MButton: MButton:
text: '<' text: '<'
Widget:
size_hint: 1, 1
GridLayout: GridLayout:
rows: 1 rows: 1

Loading…
Cancel
Save