mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:05:53 +08:00
Remove unused code & outdated todo comment
CURA-5785
This commit is contained in:
parent
9aa5b6fe3f
commit
20b7a925a0
@ -115,14 +115,9 @@ Item
|
|||||||
|
|
||||||
Loader
|
Loader
|
||||||
{
|
{
|
||||||
// TODO: Make this panel collapsable and ensure it has a standardised background.
|
|
||||||
id: viewPanel
|
id: viewPanel
|
||||||
|
|
||||||
//property var buttonTarget: Qt.point(viewModeButton.x + Math.round(viewModeButton.width / 2), viewModeButton.y + Math.round(viewModeButton.height / 2))
|
|
||||||
|
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: childrenRect.width
|
width: childrenRect.width
|
||||||
|
|
||||||
source: UM.Controller.activeView != null && UM.Controller.activeView.stageMenuComponent != null ? UM.Controller.activeView.stageMenuComponent : ""
|
source: UM.Controller.activeView != null && UM.Controller.activeView.stageMenuComponent != null ? UM.Controller.activeView.stageMenuComponent : ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user