We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd8996 commit e537dbbCopy full SHA for e537dbb
src/backends/meta-monitor.c
@@ -33,7 +33,7 @@
33
34
#define SCALE_FACTORS_PER_INTEGER 4
35
#define SCALE_FACTORS_STEPS (1.0 / (float) SCALE_FACTORS_PER_INTEGER)
36
-#define MINIMUM_SCALE_FACTOR 1.0f
+#define MINIMUM_SCALE_FACTOR 0.74f
37
#define MAXIMUM_SCALE_FACTOR 4.0f
38
#define MINIMUM_LOGICAL_AREA (800 * 480)
39
#define MAXIMUM_REFRESH_RATE_DIFF 0.001
0 commit comments