Dialog's no longer need a fixed height, misc. dialog tweaks.

This commit is contained in:
2020-09-09 09:52:44 -05:00
parent b811a83c60
commit df0d0df223
9 changed files with 42 additions and 35 deletions

View File

@@ -5,7 +5,7 @@ module TAC
background Gosu::Color::GRAY
@message_label = label $window.backend.tacnet.full_status
button "Close", width: 1.0 do
button "Close", width: 1.0, margin_top: THEME_DIALOG_BUTTON_PADDING do
close
end