Browse Source

Fixed layout issues

CURA-1385
Jaime van Kessel 8 years ago
parent
commit
23ca2a3f54

+ 1 - 0
plugins/UltimakerMachineActions/BedLevelMachineAction.qml

@@ -12,6 +12,7 @@ import Cura 1.0 as Cura
 
 Cura.MachineAction
 {
+    anchors.fill: parent;
     Item
     {
         id: bedLevelMachineAction

+ 1 - 0
plugins/UltimakerMachineActions/UpgradeFirmwareMachineAction.qml

@@ -12,6 +12,7 @@ import Cura 1.0 as Cura
 
 Cura.MachineAction
 {
+    anchors.fill: parent;
     Item
     {
         id: upgradeFirmwareMachineAction