tkivy: halign - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 44ee221c78f3cc455b6142b3d50c8fe09fb7ec71 DIR parent 2a908d3e8ba561251759ac5e64c265113de4f936 HTML Author: ThomasV <thomasv@electrum.org> Date: Sat, 30 Jan 2016 16:05:36 +0100 kivy: halign Diffstat: M gui/kivy/uix/dialogs/amount_dialog… | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/kivy/uix/dialogs/amount_dialog.py b/gui/kivy/uix/dialogs/amount_dialog.py t@@ -24,7 +24,7 @@ Builder.load_string(''' text1: ((self.fiat_text if kb.is_fiat else self.btc_text) if app.fiat_unit else self.btc_text) if self.btc_text else '' text2: ((self.btc_text if kb.is_fiat else self.fiat_text) if app.fiat_unit else '') if self.btc_text else '' text: self.text1 + "\\n" + "[color=#8888ff]" + self.text2 + "[/color]" - text_align: 'right' + halign: 'right' size_hint: 1, None font_size: '22dp' height: '80dp'