mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Fixed UI spacing if there is no material conflict in project load
CURA-1263
This commit is contained in:
parent
a0813b3af3
commit
a1acfe167c
1 changed files with 2 additions and 1 deletions
|
@ -217,6 +217,7 @@ UM.Dialog
|
||||||
{
|
{
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
|
visible: manager.materialConflict
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
width: parent.width / 3 * 2
|
width: parent.width / 3 * 2
|
||||||
|
@ -228,7 +229,7 @@ UM.Dialog
|
||||||
id: materialResolveTooltip
|
id: materialResolveTooltip
|
||||||
width: parent.width / 3
|
width: parent.width / 3
|
||||||
height: visible ? comboboxHeight : 0
|
height: visible ? comboboxHeight : 0
|
||||||
visible: manager.materialConflict
|
|
||||||
text: catalog.i18nc("@info:tooltip", "How should the conflict in the material be resolved?")
|
text: catalog.i18nc("@info:tooltip", "How should the conflict in the material be resolved?")
|
||||||
ComboBox
|
ComboBox
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue