mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
enable skills and vip window on right panel
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 52 KiB |
BIN
modules/core_styles/images/interface_panel2.png
Normal file
BIN
modules/core_styles/images/interface_panel2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
modules/core_styles/images/mini_window.png
Normal file
BIN
modules/core_styles/images/mini_window.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.3 KiB |
@@ -21,6 +21,12 @@ InterfacePanel < Panel
|
||||
source: /core_styles/images/interface_panel.png
|
||||
border: 4
|
||||
|
||||
InterfacePanel2 < Panel
|
||||
focusable: false
|
||||
border-image:
|
||||
source: /core_styles/images/interface_panel2.png
|
||||
border: 4
|
||||
|
||||
MapPanel < UIMap
|
||||
map margin: 4
|
||||
border-image:
|
||||
|
@@ -5,6 +5,7 @@ Window < UIWindow
|
||||
background-color: white
|
||||
head height: 20
|
||||
head text align: center
|
||||
free move: true
|
||||
border-image:
|
||||
source: /core_styles/images/window.png
|
||||
border: 4
|
||||
@@ -13,5 +14,20 @@ Window < UIWindow
|
||||
state.pressed:
|
||||
opacity: 192
|
||||
|
||||
MiniWindow < UIWindow
|
||||
font: verdana-11px-antialised
|
||||
size: 192 200
|
||||
head height: 25
|
||||
head text align: center
|
||||
margin.top: 6
|
||||
margin.left: 6
|
||||
margin.right: 6
|
||||
margin.bottom: 6
|
||||
free move: true
|
||||
border-image:
|
||||
source: /core_styles/images/mini_window.png
|
||||
border: 4
|
||||
border.top: 25
|
||||
|
||||
MainWindow < Window
|
||||
anchors.centerIn: parent
|
Reference in New Issue
Block a user