mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Make SimulationViewMenuComponent also use the ExpandableComponent
CURA-5785
This commit is contained in:
parent
deb5fd1926
commit
785c2661a2
3 changed files with 20 additions and 64 deletions
|
@ -78,7 +78,7 @@ Item
|
|||
|
||||
property var buttonTarget: Qt.point(viewModeButton.x + Math.round(viewModeButton.width / 2), viewModeButton.y + Math.round(viewModeButton.height / 2))
|
||||
|
||||
height: childrenRect.height
|
||||
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