No strange debug logging ;)
This commit is contained in:
parent
be404d0e55
commit
1b83fddfe6
1 changed files with 0 additions and 4 deletions
|
@ -1202,10 +1202,6 @@ Page {
|
|||
|
||||
property bool isNeeded: false
|
||||
|
||||
onIsNeededChanged: {
|
||||
console.log("HÖHE: " + attachmentOptionsRow.height);
|
||||
}
|
||||
|
||||
width: parent.width
|
||||
height: isNeeded ? attachmentOptionsRow.height : 0
|
||||
Behavior on height { SmoothedAnimation { duration: 200 } }
|
||||
|
|
Loading…
Reference in a new issue