1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-04-30 23:18:11 +08:00
This commit is contained in:
朱子楚\zhuzi 2023-06-27 22:14:27 +08:00
parent e25b944704
commit 96071ac8d7

@ -250,7 +250,7 @@ Rectangle {
width: 4
anchors.right: parent.right
acceptedButtons: Qt.LeftButton
visible: !(obj.width === obj.maximumWidth && obj.width === obj.maximumWidth)
visible: !(obj.width === obj.minimumWidth && obj.width === obj.maximumWidth)
cursorShape: Qt.SplitHCursor
preventStealing: true
propagateComposedEvents: true