Completed configuration UI to export PCB file

CURA-11561
This commit is contained in:
Erwan MATHIEU 2024-01-30 14:35:55 +01:00
parent b5b0575baf
commit 2aef33f521
6 changed files with 80 additions and 38 deletions

View file

@ -69,7 +69,7 @@ UM.Dialog
id: settingsExportList
anchors.fill: parent
anchors.margins: UM.Theme.getSize("default_margin").width
spacing: UM.Theme.getSize("default_margin").height
spacing: UM.Theme.getSize("thick_margin").height
model: settingsExportModel.settingsGroups
clip: true
@ -77,21 +77,6 @@ UM.Dialog
delegate: SettingsSelectionGroup { Layout.margins: 0 }
}
// Flickable
// {
// Column
// {
// width: parent.width - scrollbar.width - UM.Theme.getSize("default_margin").width
// height: childrenRect.height
//
// spacing: UM.Theme.getSize("default_margin").height
// leftPadding: UM.Theme.getSize("default_margin").width
// rightPadding: leftPadding
// topPadding: UM.Theme.getSize("default_margin").height
// bottomPadding: topPadding
// }
// }
}
footerComponent: Rectangle