mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
trade working
* use only mouse left release in checkboxes * remvoe duplicated code in radiogroup * implement player trade
This commit is contained in:
@@ -7,3 +7,7 @@ ScrollablePanel < UIScrollArea
|
||||
FlatPanel < Panel
|
||||
image-source: /core_styles/styles/images/panel_flat.png
|
||||
image-border: 1
|
||||
|
||||
ScrollableFlatPanel < ScrollablePanel
|
||||
image-source: /core_styles/styles/images/panel_flat.png
|
||||
image-border: 1
|
@@ -4,3 +4,10 @@ HorizontalSeparator < UIWidget
|
||||
height: 2
|
||||
phantom: true
|
||||
focusable: false
|
||||
|
||||
VerticalSeparator < UIWidget
|
||||
image-source: /core_styles/styles/images/horizontal_separator.png
|
||||
image-border-left: 2
|
||||
width: 2
|
||||
phantom: true
|
||||
focusable: false
|
||||
|
Reference in New Issue
Block a user