forked from qt-creator/qt-creator
QmlDesigner: Do not set size
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 <henning.gruendl@qt.io>
This commit is contained in:
@@ -440,7 +440,7 @@ Item {
|
|||||||
width: StudioTheme.Values.singleControlColumnWidth
|
width: StudioTheme.Values.singleControlColumnWidth
|
||||||
buttonIcon: qsTr("Save Custom Preset")
|
buttonIcon: qsTr("Save Custom Preset")
|
||||||
iconFont: StudioTheme.Constants.font
|
iconFont: StudioTheme.Constants.font
|
||||||
iconSize: DialogValues.defaultPixelSize
|
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user