summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrook Cronin <brook.cronin@qt.io>2023-05-15 11:00:16 +0200
committerBrook Cronin <brook.cronin@qt.io>2023-05-16 10:15:48 +0000
commit9dbb312d775e6b6339206c1ad5d552d031c09835 (patch)
tree645f031f47276a50f7342f3e973a46625732908a
parent057b4428d8c479d68efe671fd878c50b29abd43e (diff)
downloadqt-creator-9dbb312d775e6b6339206c1ad5d552d031c09835.tar.gz
QmlDesigner: Align button text with other labels
Change-Id: Idd9e91cd6c6726d2fb0c62413f9285968a7db098 Reviewed-by: Tanja Remes <tanja.remes@qt.io> Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComponentButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComponentButton.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComponentButton.qml
index 6c7b1ceae8..12c003af63 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComponentButton.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComponentButton.qml
@@ -27,7 +27,7 @@ Column {
AbstractButton {
implicitWidth: 180
- buttonIcon: qsTr("Edit Base Component")
+ buttonIcon: qsTr("Edit Component")
iconFont: StudioTheme.Constants.font
onClicked: goIntoComponent()