From e0dec01e75e76dee91fe61656a572c6ec92e3ca5 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Wed, 10 Nov 2021 22:02:00 -0600 Subject: [PATCH] Tweaks --- lib/pages/settings.rb | 2 +- lib/states/interface.rb | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/pages/settings.rb b/lib/pages/settings.rb index dd791f6..4170623 100644 --- a/lib/pages/settings.rb +++ b/lib/pages/settings.rb @@ -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 "Language" 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 diff --git a/lib/states/interface.rb b/lib/states/interface.rb index 4373d73..5654171 100644 --- a/lib/states/interface.rb +++ b/lib/states/interface.rb @@ -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,