From f795007b30857f5a5f8f8572f818ce9ca31e37aa Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Tue, 16 Apr 2024 11:33:54 +0200 Subject: [PATCH] fix crash layout polish loop --- Linphone/view/Item/Button.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Linphone/view/Item/Button.qml b/Linphone/view/Item/Button.qml index 6acc5b0f..f310e910 100644 --- a/Linphone/view/Item/Button.qml +++ b/Linphone/view/Item/Button.qml @@ -115,8 +115,7 @@ Control.Button { ButtonText{} } ButtonText {} - ButtonImage{ - } + ButtonImage{} Item { Layout.fillWidth : true Layout.fillHeight : true