info window

This commit is contained in:
Eduardo Bart
2011-04-16 21:36:58 -03:00
parent c5da620d59
commit 9dfb33f2ed
26 changed files with 267 additions and 97 deletions

View File

@@ -10,20 +10,20 @@ window#infoWindow:
anchors.left: parent.left
anchors.top: parent.top
margin.top: 32
margin.left: 24
margin.left: 18
label#infoLabel:
size: [218, 83]
size: [208, 84]
align: center
text: |
text: |-
OTClient
Version 0.2.0
Copyright (C) 2011
Developed by edubart
Created by edubart
anchors.left: parent.left
anchors.top: parent.top
separator#bottomSeparator:
orientation: horizontal
width: 190
lineDecoration#bottomSeparator:
size: [190,2]
anchors.left: parent.left
anchors.top: parent.top
margin.top: 83
@@ -32,20 +32,19 @@ window#infoWindow:
label#websiteLabel:
text: Official Website
anchors.left: parent.left
anchors.top: parent.top
margin.top: 105
margin.left: 8
anchors.bottom: parent.bottom
margin.bottom: 14
margin.left: 9
button#websiteButton:
text: github.com/otclient
anchors.left: parent.left
anchors.top: parent.top
margin.top: 99
margin.left: 131
text: Github Page
anchors.right: parent.right
anchors.bottom: parent.bottom
margin.bottom: 9
margin.right: 9
separator#bottomSeparator:
orientation: horizontal
width: 218
lineDecoration#bottomSeparator:
size: [218,2]
anchors.left: parent.left
anchors.top: parent.top
margin.top: 181