restore containers

* implemente Container class
* restore module containers
* add lua bindings for std::map
* improve grid layout
* fixes in UIItem rendering
* changes in miniwindow design
This commit is contained in:
Eduardo Bart
2012-04-02 20:09:47 -03:00
parent 231ba17ba1
commit 90d3acce2a
23 changed files with 428 additions and 178 deletions

View File

@@ -1,5 +1,6 @@
Item < UIItem
size: 34 34
padding: 1
image-source: /core_styles/styles/images/item.png
font: verdana-11px-rounded
border-color: white

View File

@@ -3,7 +3,7 @@ MiniWindow < UIMiniWindow
icon-rect: 4 4 16 16
width: 192
height: 200
text-offset: 26 5
text-offset: 24 5
text-align: topLeft
margin-bottom: 2
move-policy: free updated
@@ -82,7 +82,7 @@ MiniWindowContents < ScrollablePanel
id: contentsPanel
anchors.fill: parent
margin-right: 14
padding: 25 6 6 6
padding: 24 3 3 5
vertical-scrollbar: miniwindowScrollBar
BorderlessGameWindow < UIWindow