fixed wrong scale value
This commit is contained in:
@@ -643,7 +643,7 @@ float WindowManager::getUiScaleValue(int scale)
|
|||||||
case 3:
|
case 3:
|
||||||
return 1.6f;
|
return 1.6f;
|
||||||
case 4:
|
case 4:
|
||||||
return 1.6f;
|
return 1.8f;
|
||||||
case 5:
|
case 5:
|
||||||
return 2;
|
return 2;
|
||||||
case 6:
|
case 6:
|
||||||
|
|||||||
Reference in New Issue
Block a user