mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 12:54:00 +00:00
Merge branch 'launcher_resolution' into 'master'
Fix resolution dropdown in the launcher See merge request OpenMW/openmw!3618
This commit is contained in:
commit
b280f1b1d0
@ -309,11 +309,11 @@ QStringList Launcher::GraphicsPage::getAvailableResolutions(int screen)
|
||||
QString aspect = getAspect(mode.w, mode.h);
|
||||
if (aspect == QLatin1String("16:9") || aspect == QLatin1String("16:10"))
|
||||
{
|
||||
resolution.append(tr("\t(Wide ") + aspect + ")");
|
||||
resolution.append(tr(" (Wide ") + aspect + ")");
|
||||
}
|
||||
else if (aspect == QLatin1String("4:3"))
|
||||
{
|
||||
resolution.append(tr("\t(Standard 4:3)"));
|
||||
resolution.append(tr(" (Standard 4:3)"));
|
||||
}
|
||||
|
||||
result.append(resolution);
|
||||
|
Loading…
Reference in New Issue
Block a user