kivy window input_mode

This commit is contained in:
ThomasV 2015-11-01 09:32:40 +01:00
parent 3613e4ebf0
commit 2d6c67bd55
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ Factory.register('InstallWizard',
Factory.register('InfoBubble', module='electrum_gui.kivy.uix.dialogs')
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
notification = app = ref = format_satoshis = None