mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Specify spacing between external link buttons
Contributes to issue CURA-8585.
This commit is contained in:
parent
58cefcb68c
commit
249a07269e
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue