mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove cursorShapes for now
This commit is contained in:
parent
139a88a189
commit
4d29fccb0b
8 changed files with 0 additions and 60 deletions
|
|
@ -365,11 +365,6 @@ UM.MainWindow
|
|||
//leftMargin: UM.Theme.sizes.loadfile_margin.width
|
||||
}
|
||||
action: actions.open;
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
acceptedButtons: Qt.NoButton
|
||||
}
|
||||
}
|
||||
|
||||
Image
|
||||
|
|
@ -428,11 +423,6 @@ 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