mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
enable skills and vip window on right panel
This commit is contained in:
@@ -9,7 +9,7 @@ TopPanel
|
||||
id: settingsButton
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
margin.top: 3
|
||||
margin.top: 4
|
||||
margin.left: 6
|
||||
onClick: Options.create()
|
||||
|
||||
@@ -39,7 +39,7 @@ TopPanel
|
||||
TopButton
|
||||
anchors.top: parent.top
|
||||
anchors.right: parent.right
|
||||
margin.top: 3
|
||||
margin.top: 4
|
||||
margin.right: 6
|
||||
onClick: |
|
||||
if Game.isOnline() then
|
||||
@@ -57,7 +57,7 @@ TopPanel
|
||||
TopButton
|
||||
anchors.top: parent.top
|
||||
anchors.right: prev.left
|
||||
margin.top: 3
|
||||
margin.top: 4
|
||||
margin.right: 6
|
||||
onClick: About.create()
|
||||
|
||||
|
Reference in New Issue
Block a user