Add extra info label

CURA-9023
This commit is contained in:
Jaime van Kessel 2022-03-09 16:30:32 +01:00
parent 84bb4790f8
commit ec1f8f7125

View file

@ -315,7 +315,13 @@ UM.ManagementPage
font: UM.Theme.getFont("large_bold")
elide: Text.ElideRight
}
UM.Label
{
anchors.left: parent.left
anchors.right: parent.right
text: catalog.i18nc("@action:label", "Some settings from current profile were overwritten.")
visible: currentSettingsActions.visible
}
Flow
{