rect fix and some ui new classes

This commit is contained in:
Eduardo Bart
2011-04-12 02:51:09 -03:00
parent 92ac4093a4
commit 0f7f7827f5
17 changed files with 143 additions and 7 deletions

View File

@@ -45,6 +45,10 @@ panels:
bottom left corner: [43,230,5,5]
bottom right corner: [48,231,5,5]
center: [11,214,32,32]
flatPanel:
bordered image:
labels:
default:

60
data/ui/infoWindow.yml Normal file
View File

@@ -0,0 +1,60 @@
window#infoWindow:
title: Info
size: [244, 221]
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
panel#infoPanel:
skin: flatPanel
size: [208, 129]
anchors.left: parent.left
anchors.top: parent.top
margin.top: 32
margin.left: 24
label#infoLabel:
size: [218, 83]
align: center
text: |
OTClient
Version 0.2.0
Copyright (C) 2011
Developed by edubart
separator#bottomSeparator:
orientation: horizontal
width: 190
anchors.left: parent.left
anchors.top: parent.top
margin.top: 83
margin.left: 9
label#websiteLabel:
text: Official Website
anchors.left: parent.left
anchors.top: parent.top
margin.top: 105
margin.left: 8
button#websiteButton:
text: github.com/otclient
anchors.left: parent.left
anchors.top: parent.top
margin.top: 99
margin.left: 131
separator#bottomSeparator:
orientation: horizontal
width: 218
anchors.left: parent.left
anchors.top: parent.top
margin.top: 181
margin.left: 13
button#okButton:
text: Ok
size: [43, 20]
anchors.left: parent.left
anchors.top: parent.top
margin.top: 191
margin.left: 188

View File

@@ -1,6 +1,6 @@
panel#mainMenu:
skin: roundedGridPanel
size: [118, 172]
size: [117, 171]
anchors.left: parent.left
anchors.bottom: parent.bottom
margin.left: 60