Fix spacing vertical between Recommended sections and setting items.

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-11-30 15:09:05 +01:00
parent 680a86c896
commit dbf2ae4f60
5 changed files with 28 additions and 22 deletions

View file

@ -57,7 +57,6 @@ RecommendedSettingSection
settingControl: Cura.SingleSettingComboBox
{
width: parent.width
height: UM.Theme.getSize("combobox").height
settingName: "support_structure"
}
},
@ -74,7 +73,6 @@ RecommendedSettingSection
settingControl: Cura.SingleSettingComboBox
{
width: parent.width
height: UM.Theme.getSize("combobox").height
settingName: "support_type"
}
}