ThomasV
9 years ago
4 changed files with 61 additions and 18 deletions
@ -0,0 +1,27 @@ |
|||
Popup: |
|||
id: pw |
|||
title: _('Password') |
|||
|
|||
BoxLayout: |
|||
|
|||
orientation: 'vertical' |
|||
size_hint: 1, None |
|||
|
|||
GridLayout: |
|||
size_hint: 1, None |
|||
cols: 2 |
|||
Label: |
|||
text: 'Password' |
|||
height: '48dp' |
|||
TextInput: |
|||
id: text_input |
|||
password:True |
|||
|
|||
Button: |
|||
size_hint_y: None |
|||
height: '48dp' |
|||
text: _('Close') |
|||
on_release: pw.dismiss() |
|||
|
|||
Widget: |
|||
size_hint_y: 1 |
Loading…
Reference in new issue