mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
reorganize modules
This commit is contained in:
23
modules/core_styles/styles/panels.otui
Normal file
23
modules/core_styles/styles/panels.otui
Normal file
@@ -0,0 +1,23 @@
|
||||
Panel < UIWidget
|
||||
phantom: true
|
||||
|
||||
FlatPanel < Panel
|
||||
border-image:
|
||||
source: /core_styles/images/panel_flat.png
|
||||
border: 4
|
||||
|
||||
TopPanel < Panel
|
||||
height: 34
|
||||
image:
|
||||
source: /core_styles/images/top_panel.png
|
||||
repeated: true
|
||||
|
||||
RoundedPanel < Panel
|
||||
background-color: #ffffffdd
|
||||
border-image:
|
||||
source: /core_styles/images/panel_rounded.png
|
||||
border: 4
|
||||
|
||||
|
||||
RectPanel < UIWidget
|
||||
image: /core_styles/images/empty_rect.png
|
Reference in New Issue
Block a user