From 410a15a09f52410cec3131ebba9023fb8a526b33 Mon Sep 17 00:00:00 2001 From: Aline Gondim Santos Date: Thu, 2 Mar 2023 11:01:43 -0300 Subject: [PATCH] misc: fix default initial width Change-Id: Ia9c59045e85bd368496841c710e5438b70711437 --- src/app/constant/JamiTheme.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/constant/JamiTheme.qml b/src/app/constant/JamiTheme.qml index 7847bdf4..e45beeb2 100644 --- a/src/app/constant/JamiTheme.qml +++ b/src/app/constant/JamiTheme.qml @@ -544,7 +544,7 @@ Item { property real wizardViewMinWidth: 500 property real wizardViewMinHeight: 600 - property real mainViewPreferredWidth: 725 + property real mainViewPreferredWidth: 730 property real mainViewPreferredHeight: 600 // Details page