mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00

*Fixed typo in character list string. * Hotkey text edit will now focus when you select a list item. * Fix to the exit window layout. * Added a death window for player deaths.
38 lines
909 B
Plaintext
38 lines
909 B
Plaintext
ExitWindow < MainWindow
|
|
id: exitWindow
|
|
!text: tr('Exit')
|
|
size: 550 135
|
|
|
|
Label
|
|
!text: tr('If you shut down the program, you character might stay in the game.\nClick on "Logout" to ensure that you character leaves the game property.\nClick on "Exit" if you want to exit the program without logging out your character.')
|
|
width: 550
|
|
height: 110
|
|
anchors.left: parent.left
|
|
anchors.top: parent.top
|
|
margin-left: 10
|
|
margin-top: 2
|
|
|
|
Button
|
|
id: buttonExit
|
|
!text: tr('Exit')
|
|
width: 64
|
|
anchors.left: parent.left
|
|
anchors.bottom: parent.bottom
|
|
margin-left: 160
|
|
|
|
Button
|
|
id: buttonLogout
|
|
!text: tr('Logout')
|
|
width: 64
|
|
anchors.left: prev.right
|
|
anchors.bottom: parent.bottom
|
|
margin-left: 5
|
|
|
|
Button
|
|
id: buttonCancel
|
|
!text: tr('Cancel')
|
|
width: 64
|
|
anchors.left: prev.right
|
|
anchors.bottom: parent.bottom
|
|
margin-left: 5
|