inventory module

This commit is contained in:
Henrique
2011-11-10 03:29:25 -02:00
parent 9c55f18186
commit 7487931b87
15 changed files with 289 additions and 9 deletions

View File

@@ -13,5 +13,6 @@ Module
importStyles 'styles/lineedits.otui'
importStyles 'styles/windows.otui'
importStyles 'styles/listboxes.otui'
importStyles 'styles/items.otui'
return true

View File

@@ -0,0 +1,6 @@
Item < UIItem
size: 34 34
item margin: 1
border-image:
source: /core_styles/images/panel_flat.png
border: 4

View File

@@ -19,7 +19,7 @@ MiniWindow < UIWindow
size: 192 200
head height: 25
head text align: center
margin.top: 6
margin.top: 10
margin.left: 6
margin.right: 6
move policy: free updated
@@ -29,4 +29,4 @@ MiniWindow < UIWindow
border.top: 25
MainWindow < Window
anchors.centerIn: parent
anchors.centerIn: parent