mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
kivy: halign
This commit is contained in:
parent
2a908d3e8b
commit
44ee221c78
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue