aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Gruendl <henning.gruendl@qt.io>2020-09-14 10:11:14 +0200
committerHenning Gründl <henning.gruendl@qt.io>2020-09-15 14:46:44 +0000
commit1da2c1f7666ced45d6eea1cd0adfdc68a828e3a0 (patch)
treec0a115b986d57af1aead6d2cde6bcea3f7e015f9
parent745beb76348f3589632d6cd19dc47865e404ee77 (diff)
QmlDesigner: Change RichTextEditor iconv4.13.1
Change-Id: I5a294e625f4ac61d15511369d7e765e05447a269 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/StandardTextSection.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/StandardTextSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/StandardTextSection.qml
index b4c07db265..4ff60966f8 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/StandardTextSection.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/StandardTextSection.qml
@@ -57,7 +57,7 @@ Section {
StudioControls.AbstractButton {
id: richTextEditorButton
- buttonIcon: StudioTheme.Constants.textAlignTop
+ buttonIcon: StudioTheme.Constants.edit
onClicked: {
richTextDialogLoader.show()
}