mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-30 00:12:50 -05:00
Fix typo in workspace mousearea
This commit is contained in:
@@ -418,7 +418,7 @@ Rectangle {
|
|||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: root.isVertical ? parent.width + Theme.spacingXL : parent.width
|
width: root.isVertical ? parent.width + Theme.spacingXL : parent.width
|
||||||
height: root.isVerical ? parent.height : parent.height + Theme.spacingXL
|
height: root.isVertical ? parent.height : parent.height + Theme.spacingXL
|
||||||
hoverEnabled: !isPlaceholder
|
hoverEnabled: !isPlaceholder
|
||||||
cursorShape: isPlaceholder ? Qt.ArrowCursor : Qt.PointingHandCursor
|
cursorShape: isPlaceholder ? Qt.ArrowCursor : Qt.PointingHandCursor
|
||||||
enabled: !isPlaceholder
|
enabled: !isPlaceholder
|
||||||
|
|||||||
Reference in New Issue
Block a user