qtquick|MDI: Improvements for the resize handler
More margin, fixed sizes of some handlers and fixed z order
This commit is contained in:
@@ -22,9 +22,8 @@ MouseArea {
|
||||
required property QtObject frameCpp
|
||||
|
||||
hoverEnabled: true
|
||||
width: resizeMargin
|
||||
|
||||
cursorShape: enabled ? shape : Qt.ArrowCursor // Even if disabled the MouseArea changes cursor, as it's different than Item.enabled, so explicitly change cursor if disabled
|
||||
z: mouseArea.z + 1
|
||||
enabled: resizeAllowed
|
||||
|
||||
onFrameCppChanged: {
|
||||
|
||||
Reference in New Issue
Block a user