forked from qt-creator/qt-creator
QmlDesigner: Fix DropArea item library icon path
Change-Id: Ifdbda61f582d70cd26f50fdc7c8f4364eababdc0 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
7713f35fcd
commit
e4301eccff
@@ -112,7 +112,7 @@ MetaInfo {
|
||||
ItemLibraryEntry {
|
||||
name: "Drop Area"
|
||||
category: "a.Qt Quick - Basic"
|
||||
libraryIcon: ":/qtquickplugin/drop-area-24px.png"
|
||||
libraryIcon: ":/qtquickplugin/images/drop-area-24px.png"
|
||||
version: "2.0"
|
||||
|
||||
Property { name: "width"; type: "int"; value: 100; }
|
||||
|
||||
Reference in New Issue
Block a user