mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
Some performance fixes, added UITable widget for easy tables (needs more work still), Worked on Market order displaying.
This commit is contained in:
@@ -28,7 +28,8 @@ local skin = {
|
||||
'splitters.otui',
|
||||
'miniwindow.otui',
|
||||
'items.otui',
|
||||
'creatures.otui'
|
||||
'creatures.otui',
|
||||
'tables.otui'
|
||||
},
|
||||
|
||||
particles = {
|
||||
|
9
modules/client_skins/skins/default/styles/tables.otui
Normal file
9
modules/client_skins/skins/default/styles/tables.otui
Normal file
@@ -0,0 +1,9 @@
|
||||
Table < UITable
|
||||
layout: verticalBox
|
||||
|
||||
TableRow < UIScrollArea
|
||||
layout: horizontalBox
|
||||
height: 10
|
||||
|
||||
TableColumn < UIScrollArea
|
||||
width: 30
|
Reference in New Issue
Block a user