From 4f54763e02dab4e33764cdd57c204368da57dd1c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:59:24 +1000 Subject: utilities/record: select mode --- config/UtilitiesConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/UtilitiesConfig.qml b/config/UtilitiesConfig.qml index ca1ea0b..13d436b 100644 --- a/config/UtilitiesConfig.qml +++ b/config/UtilitiesConfig.qml @@ -6,6 +6,6 @@ JsonObject { property Sizes sizes: Sizes {} component Sizes: JsonObject { - property int width: 400 + property int width: 430 } } -- cgit v1.2.3-freya