mirror of https://github.com/stella-emu/stella.git
Minor spacing cleanup.
This commit is contained in:
parent
f38b40415f
commit
8fa5ad502a
|
@ -37,9 +37,9 @@
|
||||||
InputDialog::InputDialog(OSystem& osystem, DialogContainer& parent,
|
InputDialog::InputDialog(OSystem& osystem, DialogContainer& parent,
|
||||||
const GUI::Font& font, int max_w, int max_h)
|
const GUI::Font& font, int max_w, int max_h)
|
||||||
: Dialog(osystem, parent),
|
: Dialog(osystem, parent),
|
||||||
myConfirmMsg(nullptr),
|
myConfirmMsg(nullptr),
|
||||||
myMaxWidth(max_w),
|
myMaxWidth(max_w),
|
||||||
myMaxHeight(max_h)
|
myMaxHeight(max_h)
|
||||||
|
|
||||||
{
|
{
|
||||||
const int lineHeight = font.getLineHeight(),
|
const int lineHeight = font.getLineHeight(),
|
||||||
|
@ -539,7 +539,7 @@ void InputDialog::handleCommand(CommandSender* sender, int cmd,
|
||||||
"OK", "Cancel", false);
|
"OK", "Cancel", false);
|
||||||
}
|
}
|
||||||
myConfirmMsg->show();
|
myConfirmMsg->show();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case kConfirmEEEraseCmd:
|
case kConfirmEEEraseCmd:
|
||||||
eraseEEPROM();
|
eraseEEPROM();
|
||||||
|
|
Loading…
Reference in New Issue