mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
Resolve "Merge the best from 7.40 branch"
This commit is contained in:
35
SabrehavenOTClient/modules/client_locales/locales.otui
Normal file
35
SabrehavenOTClient/modules/client_locales/locales.otui
Normal 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
|
Reference in New Issue
Block a user