Browse Source

Fix background of g-code text boxes having zero size

Ghostkeeper 5 years ago
parent
commit
038a5b5942
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/MachineSettings/GcodeTextArea.qml

+ 1 - 0
resources/qml/MachineSettings/GcodeTextArea.qml

@@ -69,6 +69,7 @@ UM.TooltipArea
             background: Rectangle
             {
                 color: UM.Theme.getColor("main_background")
+                anchors.fill: parent
 
                 border.color:
                 {