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