Skip to content

Commit b3f9b1a

Browse files
committed
Allow 3x scaling if the monitor resolution safely permits it.
Fixes #9744.
1 parent 35763b9 commit b3f9b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcinnamon-desktop/gnome-rr-private.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#include <X11/extensions/Xrandr.h>
77

88
#define MINIMUM_LOGICAL_SCALE_FACTOR 0.74f
9-
#define MAXIMUM_LOGICAL_SCALE_FACTOR 2.0f
9+
#define MAXIMUM_LOGICAL_SCALE_FACTOR 3.0f
1010
#define MINIMUM_GLOBAL_SCALE_FACTOR 1
11-
#define MAXIMUM_GLOBAL_SCALE_FACTOR 2
11+
#define MAXIMUM_GLOBAL_SCALE_FACTOR 3
1212

1313
typedef struct ScreenInfo ScreenInfo;
1414

0 commit comments

Comments
 (0)