mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
motd button, adjust colorbox image
This commit is contained in:
@@ -21,6 +21,7 @@ TopPanel
|
||||
phantom: true
|
||||
|
||||
TopButton
|
||||
id: enterGameButton
|
||||
anchors.top: prev.top
|
||||
anchors.left: prev.right
|
||||
margin.left: 6
|
||||
@@ -38,6 +39,20 @@ TopPanel
|
||||
anchors.centerIn: parent
|
||||
phantom: true
|
||||
|
||||
TopButton
|
||||
id: motdButton
|
||||
anchors.top: prev.top
|
||||
anchors.left: prev.right
|
||||
margin.left: 6
|
||||
tooltip: Message of the day
|
||||
@onClick:
|
||||
|
||||
UIWidget
|
||||
size: 16 16
|
||||
image: /core_styles/icons/motd.png
|
||||
anchors.centerIn: parent
|
||||
phantom: true
|
||||
|
||||
TopButton
|
||||
anchors.top: parent.top
|
||||
anchors.right: parent.right
|
||||
|
Reference in New Issue
Block a user