Browse Source

kivy wizard: add separation widget

283
ThomasV 9 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: ' '
MButton:
text: '<'
Widget:
size_hint: 1, 1
GridLayout:
rows: 1

Loading…
Cancel
Save