mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 13:33:27 +02:00
new layout system, new UI state/styles system
This commit is contained in:
15
modules/core_ui/styles/panels.otui
Normal file
15
modules/core_ui/styles/panels.otui
Normal file
@@ -0,0 +1,15 @@
|
||||
Panel < UIWidget
|
||||
|
||||
FlatPanel < Panel
|
||||
border-image:
|
||||
source: /core_ui/images/panel_flat.png
|
||||
border: 4
|
||||
|
||||
RoundedPanel < Panel
|
||||
color: #ffffffc0
|
||||
border-image:
|
||||
source: /core_ui/images/panel_rounded.png
|
||||
border: 4
|
||||
|
||||
RectPanel < UIWidget
|
||||
image: /core_ui/images/empty_rect.png
|
Reference in New Issue
Block a user