From 4e913b3d37bcc691c2a760ebda8137b4db483c70 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 4 Sep 2024 09:56:46 +0200 Subject: [PATCH] QmlDesigner: Do not set size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Setting the icon size will lead to the icon font being used in Qt 6.7.3. We would have to set the complete font object. Change-Id: Ie770416c4a6c55c08259fce29367c59af17cf8ba Reviewed-by: Henning Gründl --- .../newprojectdialog/imports/NewProjectDialog/Details.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/newprojectdialog/imports/NewProjectDialog/Details.qml b/share/qtcreator/qmldesigner/newprojectdialog/imports/NewProjectDialog/Details.qml index d85aab300d7..75677cbffcc 100644 --- a/share/qtcreator/qmldesigner/newprojectdialog/imports/NewProjectDialog/Details.qml +++ b/share/qtcreator/qmldesigner/newprojectdialog/imports/NewProjectDialog/Details.qml @@ -440,7 +440,7 @@ Item { width: StudioTheme.Values.singleControlColumnWidth buttonIcon: qsTr("Save Custom Preset") iconFont: StudioTheme.Constants.font - iconSize: DialogValues.defaultPixelSize + anchors.bottom: parent.bottom anchors.horizontalCenter: parent.horizontalCenter