MODIFY: Tweak semita scaling
This commit is contained in:
parent
9788e0d6e2
commit
d56fc29336
|
@ -53,8 +53,8 @@ in
|
|||
};
|
||||
|
||||
environment.variables = {
|
||||
GDK_SCALE = "1.8";
|
||||
GDK_DPI_SCALE = "0.4";
|
||||
GDK_SCALE = "2";
|
||||
GDK_DPI_SCALE = "0.6";
|
||||
_JAVA_OPTIONS = "-Dsun.java2d.uiScale=1.8";
|
||||
QT_AUTO_SCREEN_SCALE_FACTOR = "1";
|
||||
XCURSOR_SIZE = "32";
|
||||
|
|
Loading…
Reference in New Issue