mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 07:25:53 +08:00
Remove background color from external link button
CURA-8561
This commit is contained in:
parent
980cc22529
commit
c8491b4752
@ -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…
x
Reference in New Issue
Block a user