mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
styles adjustment
This commit is contained in:
@@ -11,12 +11,29 @@ Window < UIWindow
|
||||
image-border: 4
|
||||
image-border-top: 20
|
||||
|
||||
//$pressed:
|
||||
// opacity: 0.75
|
||||
|
||||
$disabled:
|
||||
color: #aaaaaa88
|
||||
|
||||
Window2 < UIWindow
|
||||
font: verdana-11px-antialised
|
||||
size: 200 200
|
||||
opacity: 1
|
||||
color: white
|
||||
text-offset: 0 2
|
||||
text-align: top
|
||||
image-source: /core_styles/images/window.png
|
||||
image-border: 4
|
||||
image-border-top: 20
|
||||
padding-top: 28
|
||||
padding-left: 16
|
||||
padding-right: 16
|
||||
padding-bottom: 16
|
||||
$disabled:
|
||||
color: #aaaaaa88
|
||||
|
||||
MainWindow < Window2
|
||||
anchors.centerIn: parent
|
||||
|
||||
MiniWindow < UIWindow
|
||||
font: verdana-11px-antialised
|
||||
size: 192 200
|
||||
@@ -30,5 +47,3 @@ MiniWindow < UIWindow
|
||||
image-border: 4
|
||||
image-border-top: 25
|
||||
|
||||
MainWindow < Window
|
||||
anchors.centerIn: parent
|
||||
|
Reference in New Issue
Block a user