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
|
|
@ -76,28 +76,31 @@ Item
|
|||
Layout.fillWidth: true
|
||||
color: UM.Theme.getColor("lining")
|
||||
}
|
||||
|
||||
UM.Label
|
||||
ColumnLayout
|
||||
{
|
||||
text: catalog.i18nc("@label", "Print settings")
|
||||
font: UM.Theme.getFont("medium")
|
||||
}
|
||||
spacing: UM.Theme.getSize("thin_margin").height
|
||||
UM.Label
|
||||
{
|
||||
text: catalog.i18nc("@label", "Reccomended print settings")
|
||||
font: UM.Theme.getFont("medium")
|
||||
}
|
||||
|
||||
RecommendedStrengthSelector
|
||||
{
|
||||
width: parent.width
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
RecommendedStrengthSelector
|
||||
{
|
||||
width: parent.width
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
RecommendedSupportSelector
|
||||
{
|
||||
width: parent.width
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
RecommendedSupportSelector
|
||||
{
|
||||
width: parent.width
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
RecommendedAdhesionSelector {
|
||||
width: parent.width
|
||||
Layout.fillWidth: true
|
||||
RecommendedAdhesionSelector {
|
||||
width: parent.width
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue