mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-15 16:52:34 +00:00
Tweaks
This commit is contained in:
@@ -3,7 +3,7 @@ class W3DHub
|
||||
class Settings < Page
|
||||
def setup
|
||||
body.clear do
|
||||
stack(width: 1.0, height: 1.0, padding: 64) do
|
||||
stack(width: 1.0, height: 1.0, padding: 64, scroll: true) do
|
||||
para "<b>Language</b>"
|
||||
para "Select the UI language you'd like to use in the W3D Hub Launcher. You should restart the launcher after changing this setting before the ui will update", width: 1.0
|
||||
list_box items: ["English", "French", "German"], width: 1.0
|
||||
|
||||
@@ -13,8 +13,11 @@ class W3DHub
|
||||
|
||||
theme({
|
||||
ToolTip: {
|
||||
background: 0xff_222222,
|
||||
text_size: 18
|
||||
background: 0xff_dedede,
|
||||
color: 0xaa_000000,
|
||||
text_size: 18,
|
||||
text_border: false,
|
||||
text_shadow: false,
|
||||
},
|
||||
TextBlock: {
|
||||
text_border: false,
|
||||
|
||||
Reference in New Issue
Block a user