From 3bac66ee8b6c6693de63d84c67bb6af25dc8eed9 Mon Sep 17 00:00:00 2001 From: shekhar-cis Date: Wed, 17 Nov 2021 17:04:22 +0530 Subject: [PATCH] added appy and ok button --- src/bitmessagekivy/kv/settings.kv | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/bitmessagekivy/kv/settings.kv b/src/bitmessagekivy/kv/settings.kv index 707a1d4a..1b5cfed7 100644 --- a/src/bitmessagekivy/kv/settings.kv +++ b/src/bitmessagekivy/kv/settings.kv @@ -559,7 +559,7 @@ MDLabel: font_style: 'Body1' theme_text_color: 'Primary' - text: app.tr._(root.exp_text) + # text: app.tr._(root.exp_text) halign: 'left' BoxLayout: id: box2_height @@ -635,7 +635,7 @@ MDLabel: font_style: 'Body1' theme_text_color: 'Primary' - text: app.tr._(root.exp_text) + # text: app.tr._(root.exp_text) halign: 'left' BoxLayout: id: box2_height @@ -857,6 +857,8 @@ size_hint_y: None spacing:5 orientation: 'horizontal' + pos_hint: {'center_y': .4, 'center_x': 1.15} + halign: 'right' # pos_hint: {'left': 0} # pos_hint: {'x':.75} height: dp(50) + self.minimum_height @@ -864,4 +866,6 @@ text: app.tr._('Cancel') MDRaisedButton: text: app.tr._('Apply') + MDRaisedButton: + text: app.tr._('Ok') Loader: \ No newline at end of file