mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
kivy window input_mode
This commit is contained in:
parent
3613e4ebf0
commit
2d6c67bd55
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ Factory.register('InstallWizard',
|
||||||
Factory.register('InfoBubble', module='electrum_gui.kivy.uix.dialogs')
|
Factory.register('InfoBubble', module='electrum_gui.kivy.uix.dialogs')
|
||||||
Factory.register('ELTextInput', module='electrum_gui.kivy.uix.screens')
|
Factory.register('ELTextInput', module='electrum_gui.kivy.uix.screens')
|
||||||
|
|
||||||
|
from kivy.core.window import Window
|
||||||
|
Window.softinput_mode = 'below_target'
|
||||||
|
|
||||||
|
|
||||||
# delayed imports: for startup speed on android
|
# delayed imports: for startup speed on android
|
||||||
notification = app = ref = format_satoshis = None
|
notification = app = ref = format_satoshis = None
|
||||||
|
|
Loading…
Add table
Reference in a new issue