Remove padding on troubleshooting button

Contributes to issue CURA-8609.
This commit is contained in:
Ghostkeeper 2021-11-03 13:46:47 +01:00
parent 9c684cbc4d
commit 1b36bc2e81
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -439,6 +439,7 @@ Window
Cura.TertiaryButton
{
id: printerListTroubleshooting
leftPadding: 0 //Want to visually align this to the text.
text: catalog.i18nc("@button", "Troubleshooting")
iconSource: UM.Theme.getIcon("LinkExternal")