mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Add hover cursorShape to open/viewmode buttons and layerslider
This commit is contained in:
parent
6af05b8af7
commit
47c53860fd
2 changed files with 16 additions and 0 deletions
|
@ -29,6 +29,12 @@ Item
|
|||
onValueChanged: UM.LayerView.setCurrentLayer(value)
|
||||
|
||||
style: UM.Theme.styles.layerViewSlider
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
acceptedButtons: Qt.NoButton
|
||||
}
|
||||
|
||||
}
|
||||
Rectangle {
|
||||
anchors.left: parent.left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue