Commit b7a48f73 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(Collapse): use `Constants.sizeMax`

parent cd1e2969
import QtQuick 2.7
import Common 1.0
import Common.Styles 1.0
// ===================================================================
......@@ -50,8 +51,8 @@ Item {
id: targetChanges
height: collapse.targetHeight
maximumHeight: 99999
maximumWidth: 99999
maximumHeight: Constants.sizeMax
maximumWidth: Constants.sizeMax
minimumHeight: collapse.targetHeight
}
}
......
......@@ -6,4 +6,5 @@ import QtQuick 2.7
QtObject {
property int zPopup: 999
property int zMax: 999999
property int sizeMax: 999999
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment