From 84dc5a3593ef05c8956a094f014bfc4fbfc208f3 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 25 Sep 2025 23:04:32 +1000 Subject: utilities: size fixes --- config/UtilitiesConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/UtilitiesConfig.qml') diff --git a/config/UtilitiesConfig.qml b/config/UtilitiesConfig.qml index 9117fa1..2271307 100644 --- a/config/UtilitiesConfig.qml +++ b/config/UtilitiesConfig.qml @@ -9,6 +9,7 @@ JsonObject { component Sizes: JsonObject { property int width: 430 + property int toastWidth: 430 } component Toasts: JsonObject { -- cgit v1.2.3-freya