diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/FontComboBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/FontComboBox.qml index e330d17df27cbb03161d8a997947a7e3c8f0e9ab..b3cedfeca39237e7086f8b06550f2156dc5dc272 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/FontComboBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/FontComboBox.qml @@ -54,7 +54,7 @@ QWidget { ColorScheme { id:scheme; } - layout: HorizontalLayout { + layout: HorizontalLayout { QFontComboBox { id: fontSelector @@ -68,4 +68,10 @@ QWidget { } } } + ExtendedFunctionButton { + backendValue: fontComboBox.backendValue + y: 4 + x: 2 + visible: fontComboBox.enabled + } }