Specify spacing between external link buttons

Contributes to issue CURA-8585.
This commit is contained in:
Ghostkeeper 2021-11-30 19:02:27 +01:00
parent 58cefcb68c
commit 249a07269e
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -544,6 +544,8 @@ Rectangle
id: externalButtonRow
anchors.horizontalCenter: parent.horizontalCenter
spacing: UM.Theme.getSize("narrow_margin").width
Cura.SecondaryButton
{
text: packageData.packageType === "plugin" ? catalog.i18nc("@button", "Visit plug-in website") : catalog.i18nc("@button", "Website")