HDrawer: provide real visible size prop→fix issues
This commit is contained in:
@@ -50,6 +50,8 @@ Drawer {
|
||||
collapseExpandSize :
|
||||
Math.max(minNormalSize, Math.min(normalSize, maxNormalSize))
|
||||
|
||||
readonly property int visibleSize: visible ? width * position : 0
|
||||
|
||||
readonly property bool horizontal:
|
||||
edge === Qt.LeftEdge || edge === Qt.RightEdge
|
||||
|
||||
|
Reference in New Issue
Block a user