From 1de26f72598b6f1e43ddbf8ac1611ddd2f09f654 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:10:29 +0100 Subject: [PATCH] Update AppSettings.qml --- qml/ui/elements/AppSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/ui/elements/AppSettings.qml b/qml/ui/elements/AppSettings.qml index ead07856e..da4324369 100644 --- a/qml/ui/elements/AppSettings.qml +++ b/qml/ui/elements/AppSettings.qml @@ -9,7 +9,7 @@ Settings { property double global_scale: 1.0 // Set a custom font dpi instead of QT high dpi auto scaling. // Requires restart to be applied - property int screen_custom_font_dpi: 100 + property int screen_custom_font_dpi: 0 // Dirty, rotate everything even though that can create issues property int general_screen_rotation: 0