mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Add the row for the support selection in the recommended mode
Contributes to CURA-5941.
This commit is contained in:
parent
1caccfb577
commit
1cea36b08a
4 changed files with 134 additions and 95 deletions
|
@ -57,13 +57,13 @@ Item
|
|||
// TODO Create a reusable component with these properties to not define them separately for each component
|
||||
labelColumnWidth: parent.firstColumnWidth
|
||||
}
|
||||
//
|
||||
// RecommendedSupportSelector
|
||||
// {
|
||||
// width: parent.width
|
||||
// // TODO Create a reusable component with these properties to not define them separately for each component
|
||||
// property real firstColumnWidth: parent.labelColumnWidth
|
||||
// }
|
||||
|
||||
RecommendedSupportSelector
|
||||
{
|
||||
width: parent.width
|
||||
// TODO Create a reusable component with these properties to not define them separately for each component
|
||||
labelColumnWidth: parent.firstColumnWidth
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
|
@ -128,7 +128,6 @@ Item
|
|||
// }
|
||||
}
|
||||
|
||||
|
||||
UM.SettingPropertyProvider
|
||||
{
|
||||
id: platformAdhesionType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue