1
0

use BoxLabel for invoice dialog too

This commit is contained in:
ThomasV
2016-02-18 05:35:01 +01:00
parent 70fbebe8a1
commit fa17a2b869
3 changed files with 31 additions and 36 deletions

View File

@@ -9,17 +9,6 @@ from electrum_gui.kivy.i18n import _
from datetime import datetime
Builder.load_string('''
<BoxLabel@BoxLayout>
text: ''
value: ''
size_hint_y: None
height: max(lbl1.height, lbl2.height)
TopLabel
id: lbl1
text: root.text
TopLabel
id: lbl2
text: root.value
<TxDialog>
id: popup