mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix spacing vertical between Recommended sections and setting items.
CURA-9793
This commit is contained in:
parent
680a86c896
commit
dbf2ae4f60
5 changed files with 28 additions and 22 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue