diff --git a/meshroom/ui/img/GitHub-Mark-Light-32px.png b/meshroom/ui/img/GitHub-Mark-Light-32px.png deleted file mode 100644 index 628da97c..00000000 Binary files a/meshroom/ui/img/GitHub-Mark-Light-32px.png and /dev/null differ diff --git a/meshroom/ui/img/github-mark-white.svg b/meshroom/ui/img/github-mark-white.svg new file mode 100644 index 00000000..d5e64918 --- /dev/null +++ b/meshroom/ui/img/github-mark-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/meshroom/ui/qml/AboutDialog.qml b/meshroom/ui/qml/AboutDialog.qml index ed25fde0..a9cb1379 100644 --- a/meshroom/ui/qml/AboutDialog.qml +++ b/meshroom/ui/qml/AboutDialog.qml @@ -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"