mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
kivy: disable softinput mode
This commit is contained in:
parent
cf67b032c1
commit
50fdc6fe4e
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ class ElectrumWindow(App):
|
|||
win = Window
|
||||
win.bind(size=self.on_size, on_keyboard=self.on_keyboard)
|
||||
win.bind(on_key_down=self.on_key_down)
|
||||
win.softinput_mode = 'below_target'
|
||||
#win.softinput_mode = 'below_target'
|
||||
self.on_size(win, win.size)
|
||||
self.init_ui()
|
||||
self.load_wallet_by_name(self.electrum_config.get_wallet_path())
|
||||
|
|
Loading…
Add table
Reference in a new issue