mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 11:58:27 +00:00
try to fix glitching buttons in chat header
This commit is contained in:
parent
4e27f3528a
commit
c1996aac57
1 changed files with 0 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue