mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove background color from external link button
CURA-8561
This commit is contained in:
parent
980cc22529
commit
c8491b4752
1 changed files with 0 additions and 4 deletions
|
|
@ -52,8 +52,6 @@ Rectangle
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Image //Separate column for icon on the left.
|
Image //Separate column for icon on the left.
|
||||||
{
|
{
|
||||||
id: packageItem
|
id: packageItem
|
||||||
|
|
@ -169,8 +167,6 @@ Rectangle
|
||||||
|
|
||||||
iconSource: UM.Theme.getIcon("LinkExternal")
|
iconSource: UM.Theme.getIcon("LinkExternal")
|
||||||
hoverColor: UM.Theme.getColor("text_link")
|
hoverColor: UM.Theme.getColor("text_link")
|
||||||
backgroundColor: UM.Theme.getColor("detail_background")
|
|
||||||
hoverBackgroundColor: UM.Theme.getColor("action_button_hovered")
|
|
||||||
onClicked: Qt.openUrlExternally(packageData.packageInfoUrl)
|
onClicked: Qt.openUrlExternally(packageData.packageInfoUrl)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue