From c1996aac571eed36f8b644f7e07643e0dc2f459f Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Thu, 19 Mar 2026 15:02:04 +0100 Subject: [PATCH] try to fix glitching buttons in chat header --- Linphone/view/Page/Form/Chat/SelectedChatView.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Linphone/view/Page/Form/Chat/SelectedChatView.qml b/Linphone/view/Page/Form/Chat/SelectedChatView.qml index 9ac57d6d1..110a04fc9 100644 --- a/Linphone/view/Page/Form/Chat/SelectedChatView.qml +++ b/Linphone/view/Page/Form/Chat/SelectedChatView.qml @@ -200,7 +200,6 @@ FocusScope { style: ButtonStyle.noBackground icon.source: AppIcons.search checkable: true - checkedImageColor: DefaultStyle.main1_500_main onCheckedChanged: searchBarLayout.visible = checked Connections { target: searchBarLayout @@ -219,7 +218,6 @@ FocusScope { style: ButtonStyle.noBackground checkable: true Layout.preferredWidth: width - checkedImageColor: DefaultStyle.main1_500_main icon.source: AppIcons.info checked: detailsPanel.visible onCheckedChanged: {