mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed wrong scale value
This commit is contained in:
parent
c11d151b83
commit
3df9850da7
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue