mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
Dialog's no longer need a fixed height, misc. dialog tweaks.
This commit is contained in:
@@ -10,7 +10,7 @@ module TAC
|
||||
|
||||
@sound = Gosu::Sample.new(TAC::ROOT_PATH + "/media/error_alarm.ogg").play(1, 1, true)
|
||||
|
||||
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