mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 13:52:34 +00:00
Dialog's no longer need a fixed height, misc. dialog tweaks.
This commit is contained in:
@@ -5,7 +5,7 @@ module TAC
|
||||
background Gosu::Color::GRAY
|
||||
label @options[:message]
|
||||
|
||||
button "Close", width: 1.0 do
|
||||
button "Close", width: 1.0, margin_top: THEME_DIALOG_BUTTON_PADDING do
|
||||
close
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user