mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Setting pane now uses correct profiles to display setting values
CURA-2185
This commit is contained in:
parent
3d41e25a4e
commit
9a753680e7
2 changed files with 10 additions and 3 deletions
|
@ -35,7 +35,8 @@ Tab
|
|||
TableViewColumn
|
||||
{
|
||||
role: "user_value"
|
||||
title: catalog.i18nc("@title:column", "Current"); visible: quality == Cura.MachineManager.activeQualityId
|
||||
title: catalog.i18nc("@title:column", "Current");
|
||||
visible: quality == Cura.MachineManager.activeQualityId
|
||||
width: parent.width * 0.18
|
||||
}
|
||||
TableViewColumn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue