Version 0.95 BETA

This commit is contained in:
OTCv8
2019-10-02 03:38:52 +02:00
parent 9219c78f15
commit 5220a3bdd2
501 changed files with 38097 additions and 2 deletions

View File

@@ -0,0 +1,35 @@
LocalesMainLabel < Label
font: sans-bold-16px
LocalesButton < UIWidget
size: 96 96
image-size: 96 96
image-smooth: true
text-offset: 0 96
font: verdana-11px-antialised
UIWindow
id: localesWindow
background-color: #000000
opacity: 0.90
clipping: true
anchors.fill: parent
LocalesMainLabel
!text: tr('Select your language')
text-auto-resize: true
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
margin-top: -100
Panel
id: localesPanel
margin-top: 50
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: prev.bottom
anchors.bottom: parent.bottom
layout:
type: grid
cell-size: 96 128
cell-spacing: 32
flow: true