Tweak modules interface

Minimize miniwindows space usage
Implement easier minimap navigation
Redesign inventory, minimap and healthinfo layout
This commit is contained in:
Eduardo Bart
2012-07-12 20:40:55 -03:00
parent c0c2411854
commit ebc88b8354
14 changed files with 149 additions and 175 deletions

View File

@@ -82,8 +82,10 @@ MiniWindowContents < ScrollablePanel
id: contentsPanel
anchors.fill: parent
anchors.right: miniwindowScrollBar.left
margin-top: 19
padding: 3 5 3 5
margin-right: -1
margin-top: 21
padding: 4
padding-top: 2
vertical-scrollbar: miniwindowScrollBar
BorderlessGameWindow < UIWindow