mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Fix dark theme icon colour
Contributes to issue CURA-7071.
This commit is contained in:
parent
e6856b02a4
commit
654a28450d
1 changed files with 2 additions and 2 deletions
|
@ -90,16 +90,16 @@ Item
|
||||||
verticalCenter: parent.verticalCenter
|
verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
onClicked: Qt.openUrlExternally(toolbox.getWebMarketplaceUrl)
|
onClicked: Qt.openUrlExternally(toolbox.getWebMarketplaceUrl)
|
||||||
Image
|
UM.RecolorImage
|
||||||
{
|
{
|
||||||
id: cloudMarketplaceButton
|
id: cloudMarketplaceButton
|
||||||
source: "../../images/shop.svg"
|
source: "../../images/shop.svg"
|
||||||
|
color: UM.Theme.getColor("text")
|
||||||
height: parent.height / 2
|
height: parent.height / 2
|
||||||
width: height
|
width: height
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
sourceSize.width: width
|
sourceSize.width: width
|
||||||
sourceSize.height: height
|
sourceSize.height: height
|
||||||
fillMode: Image.PreserveAspectFit
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue