From d253d8463b04a3b419dc5e658f8060f433373977 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 15 Feb 2016 09:19:31 +0100 Subject: [PATCH] kivy wizard: add separation widget --- gui/kivy/uix/dialogs/create_restore.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/kivy/uix/dialogs/create_restore.py b/gui/kivy/uix/dialogs/create_restore.py index 86f34890..4b77092a 100644 --- a/gui/kivy/uix/dialogs/create_restore.py +++ b/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