From 0d37255873b074ba1385a77f3cb658cc3e24a2d4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:11:49 +1000 Subject: [PATCH] fix: increase lock weather details threshold --- plugin/src/Caelestia/Config/tokens.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/Caelestia/Config/tokens.hpp b/plugin/src/Caelestia/Config/tokens.hpp index 83218c65..f92c861b 100644 --- a/plugin/src/Caelestia/Config/tokens.hpp +++ b/plugin/src/Caelestia/Config/tokens.hpp @@ -285,7 +285,7 @@ class LockTokens : public ConfigObject { CONFIG_PROPERTY(qreal, heightMult, 0.7) CONFIG_PROPERTY(qreal, ratio, 16.0 / 9.0) CONFIG_PROPERTY(int, centerWidth, 600) - CONFIG_PROPERTY(int, showWeatherDetailsHeight, 500) + CONFIG_PROPERTY(int, showWeatherDetailsHeight, 550) CONFIG_PROPERTY(int, showForecastHeight, 975) CONFIG_PROPERTY(int, forecastItemWidth, 51) CONFIG_PROPERTY(int, largeLogoWidth, 320)