mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07: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
|
|
@ -366,6 +366,11 @@ UM.MainWindow
|
|||
//leftMargin: UM.Theme.sizes.loadfile_margin.width
|
||||
}
|
||||
action: actions.open;
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
acceptedButtons: Qt.NoButton
|
||||
}
|
||||
}
|
||||
|
||||
Image
|
||||
|
|
@ -424,6 +429,11 @@ UM.MainWindow
|
|||
|
||||
ExclusiveGroup { id: viewMenuGroup; }
|
||||
}
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
acceptedButtons: Qt.NoButton
|
||||
}
|
||||
}
|
||||
|
||||
Toolbar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue