Browse Source

Provide height in the line type combobox of the simulation view

CURA-8684
casper 3 years ago
parent
commit
ac080f3cd7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/SimulationView/SimulationViewMenuComponent.qml

+ 1 - 0
plugins/SimulationView/SimulationViewMenuComponent.qml

@@ -133,6 +133,7 @@ Cura.ExpandableComponent
             textRole: "text"
             valueRole: "type_id"
             width: parent.width
+            implicitHeight: UM.Theme.getSize("setting_control").height;
             model: layerViewTypes
             visible: !UM.SimulationView.compatibilityMode