No strange debug logging ;)

This commit is contained in:
Sebastian Wolf 2021-01-02 19:57:36 +01:00
parent be404d0e55
commit 1b83fddfe6
No known key found for this signature in database
GPG key ID: CEA9522B5F38A90A

View file

@ -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 } }