tkivy wizard: add separation widget - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit d253d8463b04a3b419dc5e658f8060f433373977
DIR parent 83c68142e0523d1bf9e66ba5cb8fa677acc4e459
HTML Author: ThomasV <thomasv@electrum.org>
Date: Mon, 15 Feb 2016 09:19:31 +0100
kivy wizard: add separation widget
Diffstat:
M gui/kivy/uix/dialogs/create_restor… | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/gui/kivy/uix/dialogs/create_restore.py b/gui/kivy/uix/dialogs/create_restore.py
t@@ -263,6 +263,8 @@ Builder.load_string('''
text: ' '
MButton:
text: '<'
+ Widget:
+ size_hint: 1, 1
GridLayout:
rows: 1