mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 08:14:22 +08:00
CURA-3221 Smaller settings column width for override profile dialog
This commit is contained in:
parent
d2c03b3554
commit
85bc79bde2
@ -96,21 +96,21 @@ UM.Dialog
|
|||||||
role: "label"
|
role: "label"
|
||||||
title: catalog.i18nc("@title:column", "Profile settings")
|
title: catalog.i18nc("@title:column", "Profile settings")
|
||||||
delegate: labelDelegate
|
delegate: labelDelegate
|
||||||
width: tableView.width * 0.5
|
width: tableView.width * 0.4
|
||||||
}
|
}
|
||||||
|
|
||||||
TableViewColumn
|
TableViewColumn
|
||||||
{
|
{
|
||||||
role: "original_value"
|
role: "original_value"
|
||||||
title: "Default"
|
title: "Default"
|
||||||
width: tableView.width * 0.25
|
width: tableView.width * 0.3
|
||||||
delegate: defaultDelegate
|
delegate: defaultDelegate
|
||||||
}
|
}
|
||||||
TableViewColumn
|
TableViewColumn
|
||||||
{
|
{
|
||||||
role: "user_value"
|
role: "user_value"
|
||||||
title: catalog.i18nc("@title:column", "Customized")
|
title: catalog.i18nc("@title:column", "Customized")
|
||||||
width: tableView.width * 0.25 - 1
|
width: tableView.width * 0.3 - 1
|
||||||
}
|
}
|
||||||
section.property: "category"
|
section.property: "category"
|
||||||
section.delegate: Label
|
section.delegate: Label
|
||||||
|
Loading…
x
Reference in New Issue
Block a user