mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 22:02:34 +00:00
Copy pasta old editor layout and code into new editor 'page', made tacnet navigation button change foreground color based on TACNET connection state, tweaked theme.
This commit is contained in:
@@ -2,10 +2,11 @@ module TAC
|
||||
THEME = {
|
||||
Label: {
|
||||
font: "#{TAC::ROOT_PATH}/media/fonts/DejaVuSansCondensed.ttf",
|
||||
text_size: 18,
|
||||
text_size: 22,
|
||||
color: Gosu::Color.new(0xee_ffffff),
|
||||
},
|
||||
Button: {
|
||||
text_size: 22,
|
||||
background: TAC::Palette::TIMECRAFTERS_PRIMARY,
|
||||
border_thickness: 1,
|
||||
border_color: Gosu::Color.new(0xff_111111),
|
||||
@@ -37,7 +38,7 @@ module TAC
|
||||
}
|
||||
|
||||
THEME_DIALOG_BUTTON_PADDING = 24
|
||||
THEME_ICON_SIZE = 18
|
||||
THEME_ICON_SIZE = 22
|
||||
THEME_HEADING_TEXT_SIZE = 32
|
||||
THEME_SUBHEADING_TEXT_SIZE = 28
|
||||
THEME_ITEM_PADDING = 8
|
||||
|
||||
Reference in New Issue
Block a user