mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:55:54 +08:00
CURA-3397 Change headers in override profile table
This commit is contained in:
parent
67b57129ed
commit
b65d950181
@ -101,7 +101,7 @@ UM.Dialog
|
|||||||
TableViewColumn
|
TableViewColumn
|
||||||
{
|
{
|
||||||
role: "label"
|
role: "label"
|
||||||
title: catalog.i18nc("@title:column", "Settings")
|
title: catalog.i18nc("@title:column", "Profile settings")
|
||||||
delegate: labelDelegate
|
delegate: labelDelegate
|
||||||
width: tableView.width * 0.5
|
width: tableView.width * 0.5
|
||||||
}
|
}
|
||||||
@ -109,7 +109,7 @@ UM.Dialog
|
|||||||
TableViewColumn
|
TableViewColumn
|
||||||
{
|
{
|
||||||
role: "original_value"
|
role: "original_value"
|
||||||
title: "Profile"
|
title: "Default"
|
||||||
width: tableView.width * 0.25
|
width: tableView.width * 0.25
|
||||||
delegate: defaultDelegate
|
delegate: defaultDelegate
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user