mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 16:46:00 +01:00
adjust medium ppi values
This commit is contained in:
parent
4fd90144d1
commit
261fbb5b62
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ float CMonitor::getDefaultScale() {
|
|||
|
||||
if (PPI > 200 /* High PPI, 2x*/)
|
||||
return 2;
|
||||
else if (PPI > 125 /* Medium PPI, 1.5x*/)
|
||||
else if (PPI > 140 /* Medium PPI, 1.5x*/)
|
||||
return 1.5;
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue