mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 13:52:34 +00:00
Updated theming, added dangerous (red) button style, replaced Simulator edit_line with edit_box, tweaked various styles
This commit is contained in:
@@ -3,9 +3,9 @@ module TAC
|
||||
class AlertDialog < Dialog
|
||||
def build
|
||||
background Gosu::Color::GRAY
|
||||
label @options[:message], text_size: 18
|
||||
label @options[:message]
|
||||
|
||||
button "Close", width: 1.0, text_size: 18 do
|
||||
button "Close", width: 1.0 do
|
||||
close
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user