|
@ -58,24 +58,23 @@ Builder.load_string(''' |
|
|
orientation: 'horizontal' |
|
|
orientation: 'horizontal' |
|
|
id: box_generic_password |
|
|
id: box_generic_password |
|
|
size_hint_y: 0.05 |
|
|
size_hint_y: 0.05 |
|
|
WizardTextInput: |
|
|
height: '40dp' |
|
|
|
|
|
TextInput: |
|
|
|
|
|
height: '40dp' |
|
|
id: textinput_generic_password |
|
|
id: textinput_generic_password |
|
|
valign: 'center' |
|
|
valign: 'center' |
|
|
multiline: False |
|
|
multiline: False |
|
|
on_text_validate: |
|
|
on_text_validate: |
|
|
popup.on_password(self.text) |
|
|
popup.on_password(self.text) |
|
|
password: True |
|
|
password: True |
|
|
size_hint: 0.9, None |
|
|
size_hint: 0.85, None |
|
|
unfocus_on_touch: False |
|
|
unfocus_on_touch: False |
|
|
focus: True |
|
|
focus: True |
|
|
Button: |
|
|
IconButton: |
|
|
size_hint: 0.1, None |
|
|
height: '40dp' |
|
|
valign: 'center' |
|
|
size_hint: 0.15, None |
|
|
background_normal: 'atlas://electrum/gui/kivy/theming/light/eye1' |
|
|
icon: 'atlas://electrum/gui/kivy/theming/light/eye1' |
|
|
background_down: self.background_normal |
|
|
icon_size: '40dp' |
|
|
height: '50dp' |
|
|
|
|
|
width: '50dp' |
|
|
|
|
|
padding: '5dp', '5dp' |
|
|
|
|
|
on_release: |
|
|
on_release: |
|
|
textinput_generic_password.password = False if textinput_generic_password.password else True |
|
|
textinput_generic_password.password = False if textinput_generic_password.password else True |
|
|
Widget: |
|
|
Widget: |
|
|