fix registrazione HDmario

This commit is contained in:
marco
2020-12-21 21:22:33 +01:00
parent 3b64bbed88
commit 3ef31e8df3
3 changed files with 13 additions and 8 deletions

View File

@@ -161,7 +161,7 @@ def dialog_register(heading, user=False, email=False, password=False, user_defau
if height < 250: height = 250
self.getControl(10000).setHeight(height)
self.getControl(10001).setHeight(height)
self.getControl(10000).setPosition(255, (720 - height) / 2)
self.getControl(10000).setPosition(255, old_div(720 - height, 2))
self.setFocusId(30000)
def onClick(self, control):