Browse Source

Make sliders reappear in simulation-view. [CURA-6183]

Remco Burema 6 years ago
parent
commit
3a94745667
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/PreviewStage/PreviewMain.qml

+ 1 - 0
plugins/PreviewStage/PreviewMain.qml

@@ -14,6 +14,7 @@ Item
     Loader
     {
         id: previewMain
+        anchors.fill: parent
 
         source: UM.Controller.activeView != null && UM.Controller.activeView.mainComponent != null ? UM.Controller.activeView.mainComponent : ""
     }