mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-25 06:04:27 +08:00
Fixed UI spacing if there is no material conflict in project load
CURA-1263
This commit is contained in:
parent
a0813b3af3
commit
a1acfe167c
@ -217,6 +217,7 @@ UM.Dialog
|
||||
{
|
||||
width: parent.width
|
||||
height: childrenRect.height
|
||||
visible: manager.materialConflict
|
||||
Item
|
||||
{
|
||||
width: parent.width / 3 * 2
|
||||
@ -228,7 +229,7 @@ UM.Dialog
|
||||
id: materialResolveTooltip
|
||||
width: parent.width / 3
|
||||
height: visible ? comboboxHeight : 0
|
||||
visible: manager.materialConflict
|
||||
|
||||
text: catalog.i18nc("@info:tooltip", "How should the conflict in the material be resolved?")
|
||||
ComboBox
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user