File 0002-increase-font-gamma_qplatformintegration.patch of Package qt6-base
--- a/src/gui/kernel/qplatformintegration.cpp.orig 2026-01-04 18:46:44.328221874 +0100
+++ b/src/gui/kernel/qplatformintegration.cpp 2026-01-04 18:50:28.952855849 +0100
@@ -408,7 +408,7 @@
case PasswordMaskCharacter:
return QPlatformTheme::defaultThemeHint(QPlatformTheme::PasswordMaskCharacter);
case FontSmoothingGamma:
- return qreal(1.7);
+ return qreal(2.2);
case StartDragVelocity:
return QPlatformTheme::defaultThemeHint(QPlatformTheme::StartDragVelocity);
case UseRtlExtensions: