Some fixes with layouts, NPC trade window, and market.

This commit is contained in:
BeniS
2012-08-07 11:13:33 +12:00
parent 7b1aba1fa5
commit bd61a89675
9 changed files with 25 additions and 57 deletions

View File

@@ -60,3 +60,7 @@ ButtonBox < UICheckBox
$disabled:
color: #666666ff
image-color: #ffffff88
ButtonBoxRounded < ButtonBox
image-source: /images/tabbutton_rounded.png
image-border: 2

View File

@@ -3,7 +3,7 @@ TabBar < UITabBar
TabBarPanel < Panel
TabBarButton < UIButton
size: 20 20
image-source: /images/tabbutton_rounded.png
image-source: /images/tabbutton_square.png
image-color: white
image-clip: 0 0 20 20
image-border: 2
@@ -33,3 +33,8 @@ TabBarButton < UIButton
$on !checked:
color: #F55E5E
TabBarRounded < TabBar
TabBarRoundedPanel < TabBarPanel
TabBarRoundedButton < TabBarButton
image-source: /images/tabbutton_rounded.png