tibia-client/data/modules/mainmenu/infowindow.yml

64 lines
1.5 KiB
YAML
Raw Normal View History

2011-04-12 07:51:09 +02:00
window#infoWindow:
title: Info
size: [244, 221]
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
onLoad: self.locked = true
2011-05-01 20:47:35 +02:00
2011-04-12 07:51:09 +02:00
panel#infoPanel:
skin: flatPanel
size: [208, 129]
anchors.left: parent.left
anchors.top: parent.top
margin.top: 32
2011-04-17 02:36:58 +02:00
margin.left: 18
2011-05-01 20:47:35 +02:00
2011-04-12 07:51:09 +02:00
label#infoLabel:
align: center
2011-04-17 02:36:58 +02:00
text: |-
2011-04-12 07:51:09 +02:00
OTClient
Version 0.2.0
2011-04-17 02:36:58 +02:00
Created by edubart
2011-04-23 22:04:49 +02:00
anchors.horizontalCenter: parent.horizontalCenter
2011-04-17 02:36:58 +02:00
anchors.top: parent.top
2011-04-23 22:04:49 +02:00
margin.top: 20
2011-04-12 07:51:09 +02:00
2011-04-17 02:36:58 +02:00
lineDecoration#bottomSeparator:
size: [190,2]
2011-04-12 07:51:09 +02:00
anchors.left: parent.left
anchors.top: parent.top
margin.top: 83
margin.left: 9
2011-05-01 20:47:35 +02:00
2011-04-12 07:51:09 +02:00
label#websiteLabel:
text: Official Website
anchors.left: parent.left
2011-04-17 02:36:58 +02:00
anchors.bottom: parent.bottom
margin.bottom: 14
margin.left: 9
2011-05-01 20:47:35 +02:00
2011-04-12 07:51:09 +02:00
button#websiteButton:
2011-04-17 02:36:58 +02:00
text: Github Page
2011-05-13 01:24:57 +02:00
size: [80,22]
2011-04-17 02:36:58 +02:00
anchors.right: parent.right
anchors.bottom: parent.bottom
margin.bottom: 9
margin.right: 9
2011-05-01 20:47:35 +02:00
2011-04-17 02:36:58 +02:00
lineDecoration#bottomSeparator:
2011-04-12 07:51:09 +02:00
anchors.left: parent.left
2011-04-17 23:15:24 +02:00
anchors.right: parent.right
anchors.bottom: parent.bottom
margin.bottom: 40
2011-04-12 07:51:09 +02:00
margin.left: 13
2011-04-17 23:15:24 +02:00
margin.right: 13
2011-05-01 20:47:35 +02:00
2011-04-12 07:51:09 +02:00
button#okButton:
text: Ok
size: [43, 20]
anchors.left: parent.left
anchors.top: parent.top
margin.top: 191
2011-04-23 05:28:23 +02:00
margin.left: 188
onClick: self.parent:destroy()