2011-08-14 04:09:11 +02:00
|
|
|
Window < UIWindow
|
2012-01-11 13:06:50 +01:00
|
|
|
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
|
2011-11-16 22:00:40 +01:00
|
|
|
$disabled:
|
|
|
|
color: #aaaaaa88
|
|
|
|
|
2012-02-06 20:19:47 +01:00
|
|
|
MainWindow < Window
|
2012-01-11 13:06:50 +01:00
|
|
|
anchors.centerIn: parent
|
|
|
|
|
2011-11-03 13:17:10 +01:00
|
|
|
MiniWindow < UIWindow
|
|
|
|
font: verdana-11px-antialised
|
2012-02-05 20:37:31 +01:00
|
|
|
//icon: /core_styles/icons/login.png
|
2012-01-14 20:31:20 +01:00
|
|
|
icon-rect: 4 4 16 16
|
|
|
|
width: 192
|
|
|
|
height: 200
|
|
|
|
text-offset: 26 5
|
|
|
|
text-align: topLeft
|
|
|
|
margin-top: 2
|
2011-11-17 22:41:02 +01:00
|
|
|
margin-left: 6
|
|
|
|
margin-right: 6
|
|
|
|
move-policy: free updated
|
2012-01-10 23:13:40 +01:00
|
|
|
image-source: /core_styles/images/mini_window.png
|
|
|
|
image-border: 4
|
2012-01-14 20:31:20 +01:00
|
|
|
image-border-top: 23
|
|
|
|
padding: 25 8 2 8
|
2011-11-03 13:17:10 +01:00
|
|
|
|
2012-01-14 20:31:20 +01:00
|
|
|
$on:
|
|
|
|
height: 24
|
|
|
|
image-border-bottom: 1
|