mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
info window
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
glyph height: 10
|
||||
glyph spacing: [1, 1]
|
||||
glyph spacing: [1, 4]
|
||||
top margin: 3
|
||||
image: tibia-10px-antialised.png
|
||||
image glyph size: [8, 16]
|
||||
|
@@ -48,8 +48,16 @@ panels:
|
||||
|
||||
flatPanel:
|
||||
bordered image:
|
||||
|
||||
|
||||
left border: [275,0,1,96]
|
||||
right border: [276,0,1,96]
|
||||
top border: [2,210,91,1]
|
||||
bottom border: [2,211,91,1]
|
||||
top left corner: [275,0,1,1]
|
||||
top right corner: [276,0,1,1]
|
||||
bottom left corner: [2,210,1,1]
|
||||
bottom right corner: [276,95,1,1]
|
||||
center: [0, 0, 96, 96]
|
||||
|
||||
labels:
|
||||
default:
|
||||
font: tibia-10px-antialised
|
||||
@@ -96,4 +104,8 @@ text edits:
|
||||
bottom right corner: [319,107,1,1]
|
||||
center: [309,97,10,10]
|
||||
|
||||
line decorations:
|
||||
default:
|
||||
bordered image:
|
||||
top border: [2,210,96,2]
|
||||
|
@@ -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