mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 01:02:34 +00:00
Testing OWA's design out, stubbed VK_HUD and MANGO_HUD methods in ApplicationManager which need to be connected to a setting
This commit is contained in:
@@ -10,7 +10,7 @@ class W3DHub
|
||||
|
||||
body.clear do
|
||||
# Games List
|
||||
@games_list_container = stack(width: 0.15, max_width: 148, height: 1.0, scroll: true) do
|
||||
@games_list_container = stack(width: 0.15, max_width: 148, height: 1.0, scroll: true, border_thickness_right: 1, border_color_right: 0xff_656565) do
|
||||
end
|
||||
|
||||
# Game Menu
|
||||
|
||||
Reference in New Issue
Block a user