Browse Source

Remove padding on troubleshooting button

Contributes to issue CURA-8609.
Ghostkeeper 3 years ago
parent
commit
1b36bc2e81
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Preferences/Materials/MaterialsSyncDialog.qml

+ 1 - 0
resources/qml/Preferences/Materials/MaterialsSyncDialog.qml

@@ -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")