mirror of https://github.com/stella-emu/stella.git
use R77 screen size as maximum for StellaSettingsDialog
This commit is contained in:
parent
1779845032
commit
070489362c
|
@ -43,7 +43,7 @@ Dialog* Menu::baseDialog()
|
||||||
{
|
{
|
||||||
if (stellaSettingDialog == nullptr)
|
if (stellaSettingDialog == nullptr)
|
||||||
stellaSettingDialog = new StellaSettingsDialog(myOSystem, *this, myOSystem.frameBuffer().font(),
|
stellaSettingDialog = new StellaSettingsDialog(myOSystem, *this, myOSystem.frameBuffer().font(),
|
||||||
FBMinimum::Width, FBMinimum::Height, AppMode::emulator);
|
1280, 720, AppMode::emulator);
|
||||||
return stellaSettingDialog;
|
return stellaSettingDialog;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue