mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00

* Can now create market offers with fully working UI. * All filtering is now completed (just need to finish word searching). * Added some user friendly features to offer selections and item displays (show amount in depot). * Some more UI ascetics. * Some other minor market fixes. TODO: * Finishing applying changes for latest module updates by edubart. * Finish buying/selling existing offers. * Word searching items. * Offer management. * Full cipsoft tibia testing.
36 lines
625 B
Plaintext
36 lines
625 B
Plaintext
MarketTabBar < UITabBar
|
|
size: 80 20
|
|
MarketTabBarPanel < Panel
|
|
MarketTabBarButton < UIButton
|
|
size: 20 25
|
|
image-source: /images/tabbutton_square.png
|
|
font: verdana-11px-rounded
|
|
text-offset: 0 2
|
|
image-clip: 0 0 20 20
|
|
image-border: 2
|
|
icon-color: white
|
|
color: #aaaaaa
|
|
anchors.top: parent.top
|
|
padding: 5
|
|
|
|
$first:
|
|
anchors.left: parent.left
|
|
|
|
$!first:
|
|
anchors.left: prev.right
|
|
|
|
$hover !checked:
|
|
image-clip: 0 20 20 20
|
|
color: white
|
|
|
|
$disabled:
|
|
image-color: #ffffff66
|
|
icon-color: #888888
|
|
|
|
$checked:
|
|
image-clip: 0 20 20 20
|
|
color: #ffffff
|
|
|
|
$on !checked:
|
|
color: #f55e5e
|