mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
info window
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user