mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui] "About" dialog: Replace 32x32px GitHub icon by SVG file
This commit is contained in:
parent
f8f549accc
commit
f14b496869
3 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,7 @@ Dialog {
|
|||
onClicked: Qt.openUrlExternally("https://alicevision.org/association/#donate")
|
||||
}
|
||||
ToolButton {
|
||||
icon.source: "../img/GitHub-Mark-Light-32px.png"
|
||||
icon.source: "../img/github-mark-white.svg"
|
||||
icon.width: 24
|
||||
icon.height: 24
|
||||
ToolTip.text: "Meshroom on Github"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue