mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Completed configuration UI to export PCB file
CURA-11561
This commit is contained in:
parent
b5b0575baf
commit
2aef33f521
6 changed files with 80 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue