mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +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()
|
||||
{
|
||||
if (mCentered) return 0;
|
||||
if (screen.GetWidth() < 640) return screen.GetWidth() / 2;
|
||||
return Menu.OptionWidth(Stringtable.Localize(mLabel));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue