summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyeditor/QtQuick/BorderImageSpecifics.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyeditor/QtQuick/BorderImageSpecifics.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/QtQuick/BorderImageSpecifics.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/QtQuick/BorderImageSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/QtQuick/BorderImageSpecifics.qml
index c671e3eb64..3488e61f9d 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/QtQuick/BorderImageSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/QtQuick/BorderImageSpecifics.qml
@@ -61,7 +61,7 @@ QWidget {
backendValues.source.value = fileName;
}
itemNode: anchorBackend.itemNode
- filter: "*.png *.gif *.jpg *.bmp *.jpeg"
+ filter: "*.png *.gif *.jpg *.bmp *.jpeg *.svg"
showComboBox: true
}
}