QmlDesigner: use correct icon for vertical slider

Task-number: QTCREATORBUG-9558

Change-Id: Ib06006ea986eea307bfb6fc3289dce7468de0b48
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2013-06-18 10:37:00 +02:00
parent bfa0bad74c
commit 396cedf3c5

View File

@@ -155,12 +155,12 @@ MetaInfo {
Type {
name: "QtQuick.Controls.Slider"
icon: ":/componentsplugin/images/sliderh16.png"
icon: ":/componentsplugin/images/slider16.png"
ItemLibraryEntry {
name: "Slider (Horizontal)"
category: "Qt Quick - Controls"
libraryIcon: ":/componentsplugin/images/sliderh.png"
libraryIcon: ":/componentsplugin/images/slider.png"
version: "1.0"
requiredImport: "QtQuick.Controls"
}