From 1da2c1f7666ced45d6eea1cd0adfdc68a828e3a0 Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Mon, 14 Sep 2020 10:11:14 +0200 Subject: QmlDesigner: Change RichTextEditor icon Change-Id: I5a294e625f4ac61d15511369d7e765e05447a269 Reviewed-by: Brook Cronin Reviewed-by: Thomas Hartmann --- .../imports/HelperWidgets/StandardTextSection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } -- cgit v1.2.3