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
|
2012-05-10 15:06:06 +02:00
|
|
|
text-offset: 0 4
|
2012-01-11 13:06:50 +01:00
|
|
|
text-align: top
|
2012-06-19 10:46:49 +02:00
|
|
|
image-source: /images/window.png
|
2012-05-10 15:06:06 +02:00
|
|
|
image-border: 5
|
|
|
|
image-border-top: 22
|
2012-02-07 05:55:20 +01:00
|
|
|
opacity: 1
|
2012-05-10 15:06:06 +02:00
|
|
|
padding-top: 30
|
2012-01-11 13:06:50 +01:00
|
|
|
padding-left: 16
|
|
|
|
padding-right: 16
|
|
|
|
padding-bottom: 16
|
2012-02-07 05:55:20 +01:00
|
|
|
|
2011-11-16 22:00:40 +01:00
|
|
|
$disabled:
|
|
|
|
color: #aaaaaa88
|
|
|
|
|
2012-03-26 20:33:00 +02:00
|
|
|
$dragging:
|
2012-02-07 05:55:20 +01:00
|
|
|
opacity: 0.8
|
|
|
|
|
2012-02-06 20:19:47 +01:00
|
|
|
MainWindow < Window
|
2012-08-15 13:56:29 +02:00
|
|
|
anchors.centerIn: parent
|