Просмотр исходного кода

Elide button text when text becomes too wide

contributes to CURA-8689
c.lamboo 2 лет назад
Родитель
Сommit
4381a97c85
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      resources/qml/WelcomePages/AddUltimakerPrinter.qml

+ 1 - 0
resources/qml/WelcomePages/AddUltimakerPrinter.qml

@@ -84,6 +84,7 @@ Control
                     iconSource: UM.Theme.getIcon("LinkExternal")
                     isIconOnRightSide: true
                     textFont: UM.Theme.getFont("small")
+                    fixedWidthMode: true
                     onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360012019239?utm_source=cura&utm_medium=software&utm_campaign=onboarding-add-printer")
                 }
             }