motd button, adjust colorbox image

This commit is contained in:
Eduardo Bart
2011-11-16 15:24:43 -02:00
parent ba62863ff7
commit 71d9074fff
5 changed files with 19 additions and 4 deletions

View File

@@ -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