mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
- do not use CalcIndent for 320x200.
This commit is contained in:
parent
282cce765d
commit
a768500afa
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ class OptionMenuItem : MenuItemBase
|
||||||
override int GetIndent()
|
override int GetIndent()
|
||||||
{
|
{
|
||||||
if (mCentered) return 0;
|
if (mCentered) return 0;
|
||||||
|
if (screen.GetWidth() < 640) return screen.GetWidth() / 2;
|
||||||
return Menu.OptionWidth(Stringtable.Localize(mLabel));
|
return Menu.OptionWidth(Stringtable.Localize(mLabel));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue