Eduardo Bart 28b5fc1d5a Refactor modules, closes #223
* All modules are sandboxed now
* All images,sounds,fonts,translations and styles were moved to "data" folder
* Reorganize image files folders
* Remove unmaintained modules: client_particles, client_shaders
* Implement new automatic way to load styles and fonts
* Add hide/show offline option in VipList
* Add invite/exclude to/from private channel in players menus
* Many other minor changes
2013-01-18 20:46:36 -02:00

38 lines
808 B
Plaintext

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
!width: 96*3 + 32*3
margin-left: 16
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