mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 07:41:18 -07:00
Use correct icon for external links
Contributes to issue CURA-8561.
This commit is contained in:
parent
5a698bd91f
commit
c56240f276
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ Rectangle
|
||||||
Layout.alignment: Qt.AlignTop
|
Layout.alignment: Qt.AlignTop
|
||||||
|
|
||||||
color: UM.Theme.getColor("icon")
|
color: UM.Theme.getColor("icon")
|
||||||
source: UM.Theme.getIcon("Link")
|
source: UM.Theme.getIcon("LinkExternal")
|
||||||
|
|
||||||
// TODO: on clicked url
|
// TODO: on clicked url
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue