mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Use customised TableView for Keep/Discard Changes dialogue
Had to make some more modifications to get it to work again this time, due to the way the width of the table scales with the dialogue. But it's nice now. Contributes to issue CURA-8686.
This commit is contained in:
parent
ec21b167d0
commit
7a1c3e1bd5
2 changed files with 35 additions and 68 deletions
|
@ -32,7 +32,12 @@ Cura.TableView
|
|||
selectedQualityItem: profileOverview.qualityItem == null ? {} : profileOverview.qualityItem
|
||||
}
|
||||
|
||||
columnHeaders: [catalog.i18nc("@title:column", "Setting"), catalog.i18nc("@title:column", "Profile"), catalog.i18nc("@title:column", "Current"), catalog.i18nc("@title:column Unit of measurement", "Unit")]
|
||||
columnHeaders: [
|
||||
catalog.i18nc("@title:column", "Setting"),
|
||||
catalog.i18nc("@title:column", "Profile"),
|
||||
catalog.i18nc("@title:column", "Current"),
|
||||
catalog.i18nc("@title:column Unit of measurement", "Unit")
|
||||
]
|
||||
model: TableModel
|
||||
{
|
||||
TableModelColumn { display: "label" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue