mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-23 14:42:02 +02:00
About: fix binding loop
"anchors.centerIn: parent" caused a binding loop with parent implicitHeight using contentHeight in Control.qml Removing "anchors.centerIn: parent" fixed the warning while the popup remains in the center of the page Gitlab: #1508 Change-Id: I0d05597100e4c2b306180e83a7b88b6d5ee22f40
This commit is contained in:
parent
9d00c4f4e3
commit
da667056fd
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ Popup {
|
||||||
id: container
|
id: container
|
||||||
|
|
||||||
property color color: JamiTheme.secondaryBackgroundColor
|
property color color: JamiTheme.secondaryBackgroundColor
|
||||||
anchors.centerIn: parent
|
|
||||||
leftPadding: popupMargins
|
leftPadding: popupMargins
|
||||||
bottomPadding: action1.visible || action2.visible ? 10 :popupMargins
|
bottomPadding: action1.visible || action2.visible ? 10 :popupMargins
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue