mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix cursorShape for sidebar controls
This commit is contained in:
parent
101df0035d
commit
3a8de56f66
5 changed files with 43 additions and 1 deletions
|
|
@ -96,6 +96,12 @@ Item{
|
|||
tooltip: UM.MachineManager.activeProfile
|
||||
style: UM.Theme.styles.sidebar_header_button
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
acceptedButtons: Qt.NoButton
|
||||
}
|
||||
|
||||
menu: Menu
|
||||
{
|
||||
id: profileSelectionMenu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue