QmlDesigner.PropertyEditor: Use URlChooser for BorderImage

Task-number: QTCREATORBUG-11331
Change-Id: I1cd09079ea3441639aa91f29d504e7bb8771d080
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
Thomas Hartmann
2014-01-23 10:51:21 +01:00
parent 540fa4b726
commit 12fcdd8a6f

View File

@@ -46,7 +46,7 @@ Column {
}
SecondColumnLayout {
LineEdit {
UrlChooser {
backendValue: backendValues.source
implicitWidth: 180
}