Fix cursorShape for sidebar controls

This commit is contained in:
fieldOfView 2015-11-19 17:57:20 +01:00
parent 101df0035d
commit 3a8de56f66
5 changed files with 43 additions and 1 deletions

View file

@ -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