[ui] "About" dialog: Replace 32x32px GitHub icon by SVG file

This commit is contained in:
Candice Bentéjac 2025-01-06 15:31:01 +01:00
parent f8f549accc
commit f14b496869
3 changed files with 2 additions and 1 deletions

View file

@ -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"