tibia-client/modules/game_minimap/minimap.otui

29 lines
730 B
Plaintext
Raw Normal View History

2012-06-22 07:26:22 +02:00
MiniWindow
id: minimapWindow
!text: tr('Minimap')
height: 150
icon: /images/topbuttons/minimap
2012-08-17 23:36:53 +02:00
@onClose: modules.game_minimap.onMiniWindowClose()
2012-06-24 14:41:39 +02:00
&save: true
Label
text: ?
text-align: center
phantom: false
2013-02-28 22:39:27 +01:00
!tooltip: tr('Hold left mouse button to navigate\nScroll mouse middle button to zoom\nRight mouse button to create map marks\nPress Ctrl+Shift+M to view the entire game map')
anchors.top: minimizeButton.top
anchors.right: minimizeButton.left
margin-right: 3
size: 14 14
2012-06-22 07:26:22 +02:00
MiniWindowContents
2013-01-31 02:44:57 +01:00
Minimap
2012-06-22 07:26:22 +02:00
id: minimap
2012-07-12 21:16:23 +02:00
anchors.fill: parent
ResizeBorder
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
enabled: true