2011-08-14 04:09:11 +02:00
|
|
|
Window < UIWindow
|
2011-08-20 22:30:41 +02:00
|
|
|
font: helvetica-12px-bold
|
2011-08-14 19:45:25 +02:00
|
|
|
size: 200 200
|
2011-08-26 17:06:52 +02:00
|
|
|
opacity: 255
|
|
|
|
background-color: #ffffff
|
2011-08-14 04:09:11 +02:00
|
|
|
head:
|
|
|
|
height: 20
|
|
|
|
border-image:
|
|
|
|
source: /core_ui/images/window.png
|
|
|
|
size: 256 19
|
|
|
|
border: 4
|
|
|
|
border.bottom: 3
|
|
|
|
|
|
|
|
body:
|
|
|
|
border-image:
|
|
|
|
source: /core_ui/images/window.png
|
|
|
|
size: 256 237
|
|
|
|
offset: 0 19
|
|
|
|
border: 4
|
|
|
|
border.top: 0
|
|
|
|
|
2011-08-26 17:06:52 +02:00
|
|
|
state.pressed:
|
|
|
|
opacity: 192
|
|
|
|
|
2011-08-14 04:09:11 +02:00
|
|
|
MainWindow < Window
|
2011-08-20 22:30:41 +02:00
|
|
|
anchors.centerIn: parent
|