QmlDesigner Icon for Gradient List button

Change-Id: I875f15e06b39362247f9ee3c020acf125358c506
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Aleksei German
2019-07-19 15:03:38 +02:00
parent 18e6962fca
commit 4c77521a6f
2 changed files with 13 additions and 15 deletions

View File

@@ -518,8 +518,8 @@ Column {
height: 20
visible: colorEditor.supportGradient
color: "white"
border.color: "white"
color: Theme.qmlDesignerButtonColor()
border.color: Theme.qmlDesignerBorderColor()
border.width: 1
ToolTipArea {
@@ -566,20 +566,18 @@ Column {
}
}
Rectangle {
width: 18
height: 18
Image {
id: image
width: 16
height: 16
smooth: false
anchors.centerIn: parent
color: "steelblue"
border.color: "black"
border.width: 1
MouseArea {
anchors.fill: parent
onClicked: {
presetList.open()
}
source: "images/icon-gradient-list.png"
}
MouseArea {
anchors.fill: parent
onClicked: {
presetList.open()
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB