mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 22:23:28 +02:00
Version 2.0 - preys, bot updates, ui improvements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
EnterGameWindow < StaticMainWindow
|
||||
!text: tr('Enter Game')
|
||||
size: 240 310
|
||||
size: 260 354
|
||||
|
||||
EnterGameWindow
|
||||
id: enterGame
|
||||
@@ -33,6 +33,20 @@ EnterGameWindow
|
||||
anchors.top: prev.bottom
|
||||
margin-top: 2
|
||||
|
||||
MenuLabel
|
||||
!text: tr('Token')
|
||||
anchors.left: prev.left
|
||||
anchors.top: prev.bottom
|
||||
text-auto-resize: true
|
||||
margin-top: 8
|
||||
|
||||
TextEdit
|
||||
id: accountTokenTextEdit
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: prev.bottom
|
||||
margin-top: 2
|
||||
|
||||
Panel
|
||||
id: serverSelectorPanel
|
||||
anchors.left: parent.left
|
||||
@@ -114,7 +128,7 @@ EnterGameWindow
|
||||
anchors.left: parent.left
|
||||
anchors.top: serverLabel.bottom
|
||||
margin-top: 2
|
||||
width: 130
|
||||
width: 150
|
||||
|
||||
MenuLabel
|
||||
id: clientLabel
|
||||
|
Reference in New Issue
Block a user