mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:15:51 +08:00
Add extra info label
CURA-9023
This commit is contained in:
parent
84bb4790f8
commit
ec1f8f7125
@ -315,7 +315,13 @@ UM.ManagementPage
|
|||||||
font: UM.Theme.getFont("large_bold")
|
font: UM.Theme.getFont("large_bold")
|
||||||
elide: Text.ElideRight
|
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
|
Flow
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user