mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Remove unused code & outdated todo comment
CURA-5785
This commit is contained in:
parent
9aa5b6fe3f
commit
20b7a925a0
1 changed files with 0 additions and 5 deletions
|
@ -115,14 +115,9 @@ Item
|
|||
|
||||
Loader
|
||||
{
|
||||
// TODO: Make this panel collapsable and ensure it has a standardised background.
|
||||
id: viewPanel
|
||||
|
||||
//property var buttonTarget: Qt.point(viewModeButton.x + Math.round(viewModeButton.width / 2), viewModeButton.y + Math.round(viewModeButton.height / 2))
|
||||
|
||||
height: parent.height
|
||||
width: childrenRect.width
|
||||
|
||||
source: UM.Controller.activeView != null && UM.Controller.activeView.stageMenuComponent != null ? UM.Controller.activeView.stageMenuComponent : ""
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue