forked from qt-creator/qt-creator
QmlDesigner Icon for Gradient List button
Change-Id: I875f15e06b39362247f9ee3c020acf125358c506 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -518,8 +518,8 @@ Column {
|
|||||||
height: 20
|
height: 20
|
||||||
visible: colorEditor.supportGradient
|
visible: colorEditor.supportGradient
|
||||||
|
|
||||||
color: "white"
|
color: Theme.qmlDesignerButtonColor()
|
||||||
border.color: "white"
|
border.color: Theme.qmlDesignerBorderColor()
|
||||||
border.width: 1
|
border.width: 1
|
||||||
|
|
||||||
ToolTipArea {
|
ToolTipArea {
|
||||||
@@ -566,20 +566,18 @@ Column {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Image {
|
||||||
width: 18
|
id: image
|
||||||
height: 18
|
width: 16
|
||||||
|
height: 16
|
||||||
|
smooth: false
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
color: "steelblue"
|
source: "images/icon-gradient-list.png"
|
||||||
|
}
|
||||||
border.color: "black"
|
MouseArea {
|
||||||
border.width: 1
|
anchors.fill: parent
|
||||||
|
onClicked: {
|
||||||
MouseArea {
|
presetList.open()
|
||||||
anchors.fill: parent
|
|
||||||
onClicked: {
|
|
||||||
presetList.open()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user