mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
update
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user