forked from qt-creator/qt-creator
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:
@@ -155,12 +155,12 @@ MetaInfo {
|
|||||||
|
|
||||||
Type {
|
Type {
|
||||||
name: "QtQuick.Controls.Slider"
|
name: "QtQuick.Controls.Slider"
|
||||||
icon: ":/componentsplugin/images/sliderh16.png"
|
icon: ":/componentsplugin/images/slider16.png"
|
||||||
|
|
||||||
ItemLibraryEntry {
|
ItemLibraryEntry {
|
||||||
name: "Slider (Horizontal)"
|
name: "Slider (Horizontal)"
|
||||||
category: "Qt Quick - Controls"
|
category: "Qt Quick - Controls"
|
||||||
libraryIcon: ":/componentsplugin/images/sliderh.png"
|
libraryIcon: ":/componentsplugin/images/slider.png"
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
requiredImport: "QtQuick.Controls"
|
requiredImport: "QtQuick.Controls"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user