mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Use new menu and menu_item elements instead of custom extension, improved styling of list_box menus in game settings
This commit is contained in:
10
lib/theme.rb
10
lib/theme.rb
@@ -142,6 +142,16 @@ class W3DHub
|
||||
active: {
|
||||
background: 0xff_005aad
|
||||
}
|
||||
},
|
||||
Menu: {
|
||||
width: 200,
|
||||
border_color: 0xaa_efefef,
|
||||
border_thickness: 1
|
||||
},
|
||||
MenuItem: {
|
||||
width: 1.0,
|
||||
text_left: :left,
|
||||
margin: 0
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user