mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
Rework to UIMessageBox
This commit is contained in:
@@ -17,7 +17,9 @@ MainWindow
|
||||
|
||||
TextList
|
||||
id: characterList
|
||||
anchors.fill: parent
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
anchors.right: characterListScrollBar.left
|
||||
anchors.bottom: accountStatusLabel.top
|
||||
margin-bottom: 5
|
||||
padding: 1
|
||||
@@ -26,9 +28,10 @@ MainWindow
|
||||
|
||||
VerticalScrollBar
|
||||
id: characterListScrollBar
|
||||
anchors.top: characterList.top
|
||||
anchors.bottom: characterList.bottom
|
||||
anchors.right: characterList.right
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: accountStatusLabel.top
|
||||
anchors.right: parent.right
|
||||
margin-bottom: 5
|
||||
step: 14
|
||||
pixels-scroll: true
|
||||
|
||||
|
Reference in New Issue
Block a user