-WIP-electrum-btcp/gui/kivy/uix/ui_screens/settings.kv

36 lines
806 B
Plaintext
Raw Normal View History

Popup:
id: settings
title: _('Settings')
2015-10-13 03:12:49 -07:00
BoxLayout:
2015-10-13 03:12:49 -07:00
orientation: 'vertical'
2015-10-13 10:09:12 -07:00
size_hint: 1, None
2015-10-13 03:12:49 -07:00
GridLayout:
cols: 2
Label:
text: _('Base unit')
height: '48dp'
2015-10-13 10:09:12 -07:00
size_hint: 1, None
2015-10-13 03:12:49 -07:00
Spinner:
text: 'BTC'
values: ('BTC', 'mBTC')
height: '48dp'
2015-10-13 10:09:12 -07:00
Label:
size_hint: 1, None
text: 'OpenAlias'
height: '48dp'
TextInput:
size_hint: 1, None
Button:
2015-10-13 03:12:49 -07:00
#size_hint_y: None
height: '48dp'
2015-10-13 03:12:49 -07:00
text: _('Close')
on_release: settings.dismiss()
2015-10-13 03:12:49 -07:00
#Widget:
# size_hint_y: None