mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
Some fixes with layouts, NPC trade window, and market.
This commit is contained in:
@@ -60,3 +60,7 @@ ButtonBox < UICheckBox
|
||||
$disabled:
|
||||
color: #666666ff
|
||||
image-color: #ffffff88
|
||||
|
||||
ButtonBoxRounded < ButtonBox
|
||||
image-source: /images/tabbutton_rounded.png
|
||||
image-border: 2
|
@@ -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
|
Reference in New Issue
Block a user