mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Prototyped Game Settings dialog and an All Games view, both disabled atm.
This commit is contained in:
18
lib/theme.rb
18
lib/theme.rb
@@ -76,6 +76,24 @@ class W3DHub
|
||||
ListBox: {
|
||||
padding_left: 8,
|
||||
padding_right: 8
|
||||
},
|
||||
Slider: {
|
||||
border_color: 0xff_00acff
|
||||
},
|
||||
Handle: {
|
||||
text_size: 18,
|
||||
padding_top: 8,
|
||||
padding_left: 2,
|
||||
padding_right: 2,
|
||||
padding_bottom: 8,
|
||||
border_color: Gosu::Color::NONE,
|
||||
background: 0xff_00acff,
|
||||
hover: {
|
||||
background: 0xff_bee6fd
|
||||
},
|
||||
active: {
|
||||
background: 0xff_add5ec
|
||||
}
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user