Fix minimap zoom, blue name

This commit is contained in:
Henrique Santiago
2013-01-27 14:40:27 -02:00
parent bcb3db4cdc
commit 2bd86d0695
3 changed files with 7 additions and 8 deletions

View File

@@ -21,12 +21,12 @@ FloorUpControl < MapControl
FloorDownControl < MapControl
icon-source: /images/game/minimap/floor_down
ZoomOutControl < MapControl
//image-source: /images/game/minimap/zoom_out
ZoomInControl < MapControl
//image-source: /images/game/minimap/zoom_in
ZoomOutControl < MapControl
//image-source: /images/game/minimap/zoom_out
MiniWindow
id: minimapWindow
!text: tr('Minimap')
@@ -75,7 +75,7 @@ MiniWindow
enabled: true
@onClick: onButtonClick(self:getId())
ZoomOutControl
ZoomInControl
id: zoomIn
text: +
font: terminus-14px-bold
@@ -86,7 +86,7 @@ MiniWindow
enabled: true
@onClick: onButtonClick(self:getId())
ZoomInControl
ZoomOutControl
id: zoomOut
text: -
anchors.right: parent.right