mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
rect fix and some ui new classes
This commit is contained in:
@@ -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
60
data/ui/infoWindow.yml
Normal 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
|
@@ -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
|
||||
|
Reference in New Issue
Block a user