mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
More work on Market functionality and UI
* Now loads all market items. * Can filter market items. * Will load market offers on items. * Edited some UI images.
This commit is contained in:
BIN
modules/client_skins/skins/default/images/combobox_rounded.png
Normal file
BIN
modules/client_skins/skins/default/images/combobox_rounded.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 457 B After Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 415 B |
BIN
modules/client_skins/skins/default/images/tabbutton_square.png
Normal file
BIN
modules/client_skins/skins/default/images/tabbutton_square.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
@@ -21,7 +21,7 @@ Button < UIButton
|
||||
|
||||
TabButton < UIButton
|
||||
size: 20 20
|
||||
image-source: /images/tabbutton.png
|
||||
image-source: /images/tabbutton_rounded.png
|
||||
image-color: white
|
||||
image-clip: 0 0 20 20
|
||||
image-border: 2
|
||||
|
@@ -45,7 +45,7 @@ ButtonBox < UICheckBox
|
||||
size: 106 22
|
||||
text-offset: 0 0
|
||||
text-align: center
|
||||
image-source: /images/tabbutton.png
|
||||
image-source: /images/tabbutton_rounded.png
|
||||
image-color: white
|
||||
image-clip: 0 0 20 20
|
||||
image-border: 2
|
||||
|
@@ -14,14 +14,14 @@ ComboBoxPopupMenuButton < UIButton
|
||||
color: #555555
|
||||
|
||||
ComboBoxPopupMenuSeparator < UIWidget
|
||||
image-source: /images/combobox.png
|
||||
image-source: /images/combobox_square.png
|
||||
image-repeated: true
|
||||
image-clip: 1 59 89 1
|
||||
height: 1
|
||||
phantom: true
|
||||
|
||||
ComboBoxPopupMenu < UIPopupMenu
|
||||
image-source: /images/combobox.png
|
||||
image-source: /images/combobox_square.png
|
||||
image-clip: 0 60 89 20
|
||||
image-border: 1
|
||||
image-border-top: 0
|
||||
@@ -33,7 +33,7 @@ ComboBox < UIComboBox
|
||||
size: 86 20
|
||||
text-offset: 3 0
|
||||
text-align: left
|
||||
image-source: /images/combobox.png
|
||||
image-source: /images/combobox_square.png
|
||||
image-border: 1
|
||||
image-border-right: 17
|
||||
image-clip: 0 0 89 20
|
||||
|
@@ -3,7 +3,7 @@ TabBar < UITabBar
|
||||
TabBarPanel < Panel
|
||||
TabBarButton < UIButton
|
||||
size: 20 20
|
||||
image-source: /images/tabbutton.png
|
||||
image-source: /images/tabbutton_rounded.png
|
||||
image-color: white
|
||||
image-clip: 0 0 20 20
|
||||
image-border: 2
|
||||
|
Reference in New Issue
Block a user