Fix dragable and npcto/from and remove margintop from entergame.

This commit is contained in:
Henrique Santiago
2012-08-06 20:43:15 -03:00
parent bd61a89675
commit dcde317904
3 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,6 @@ EnterGameWindow < MainWindow
EnterGameWindow
id: enterGame
!text: tr('Enter Game')
margin-top: 100
size: 236 274
@onEnter: EnterGame.doLogin()
@onEscape: EnterGame.hide()