mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +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
|
style: ButtonStyle.noBackground
|
||||||
icon.source: AppIcons.search
|
icon.source: AppIcons.search
|
||||||
checkable: true
|
checkable: true
|
||||||
checkedImageColor: DefaultStyle.main1_500_main
|
|
||||||
onCheckedChanged: searchBarLayout.visible = checked
|
onCheckedChanged: searchBarLayout.visible = checked
|
||||||
Connections {
|
Connections {
|
||||||
target: searchBarLayout
|
target: searchBarLayout
|
||||||
|
|
@ -219,7 +218,6 @@ FocusScope {
|
||||||
style: ButtonStyle.noBackground
|
style: ButtonStyle.noBackground
|
||||||
checkable: true
|
checkable: true
|
||||||
Layout.preferredWidth: width
|
Layout.preferredWidth: width
|
||||||
checkedImageColor: DefaultStyle.main1_500_main
|
|
||||||
icon.source: AppIcons.info
|
icon.source: AppIcons.info
|
||||||
checked: detailsPanel.visible
|
checked: detailsPanel.visible
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue