mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:59:00 +08:00
Fix spacing between update & discard actions
CURA-9023
This commit is contained in:
parent
a285e39799
commit
84bb4790f8
@ -316,13 +316,14 @@ UM.ManagementPage
|
|||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Flow
|
Flow
|
||||||
{
|
{
|
||||||
id: currentSettingsActions
|
id: currentSettingsActions
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
||||||
visible: base.hasCurrentItem && base.currentItem.name == Cura.MachineManager.activeQualityOrQualityChangesName && base.currentItem.intent_category == Cura.MachineManager.activeIntentCategory
|
visible: base.hasCurrentItem && base.currentItem.name == Cura.MachineManager.activeQualityOrQualityChangesName && base.currentItem.intent_category == Cura.MachineManager.activeIntentCategory
|
||||||
|
spacing: UM.Theme.getSize("default_margin").width
|
||||||
Cura.SecondaryButton
|
Cura.SecondaryButton
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:button", "Update profile.")
|
text: catalog.i18nc("@action:button", "Update profile.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user