diff --git a/meshroom/ui/img/MIKROS_TG.png b/meshroom/ui/img/MIKROS.png similarity index 100% rename from meshroom/ui/img/MIKROS_TG.png rename to meshroom/ui/img/MIKROS.png diff --git a/meshroom/ui/img/MILL_TG.png b/meshroom/ui/img/MILL.png similarity index 100% rename from meshroom/ui/img/MILL_TG.png rename to meshroom/ui/img/MILL.png diff --git a/meshroom/ui/img/MPC_TG.png b/meshroom/ui/img/MPC.png similarity index 100% rename from meshroom/ui/img/MPC_TG.png rename to meshroom/ui/img/MPC.png diff --git a/meshroom/ui/img/TechnicolorGames_TG.png b/meshroom/ui/img/TechnicolorGames_TG.png deleted file mode 100644 index f905123498..0000000000 Binary files a/meshroom/ui/img/TechnicolorGames_TG.png and /dev/null differ diff --git a/meshroom/ui/img/technicolor-group_rgb_primary_col-rev.png b/meshroom/ui/img/technicolor-group_rgb_primary_col-rev.png deleted file mode 100644 index 575f428cdc..0000000000 Binary files a/meshroom/ui/img/technicolor-group_rgb_primary_col-rev.png and /dev/null differ diff --git a/meshroom/ui/qml/Homepage.qml b/meshroom/ui/qml/Homepage.qml index 98ff1a1733..78baac6115 100644 --- a/meshroom/ui/qml/Homepage.qml +++ b/meshroom/ui/qml/Homepage.qml @@ -95,21 +95,6 @@ Page { text: "Sponsors" } - Image { - Layout.alignment: Qt.AlignHCenter - source: "../img/technicolor-group_rgb_primary_col-rev.png" - - MouseArea { - anchors.fill: parent - cursorShape: Qt.PointingHandCursor - onClicked: Qt.openUrlExternally("https://www.technicolor.com/") - - hoverEnabled: true - ToolTip.visible: containsMouse - ToolTip.text: "Technicolor" - } - } - RowLayout { id: brandsRow @@ -118,7 +103,7 @@ Page { spacing: 20 Image { - source: "../img/MPC_TG.png" + source: "../img/MPC.png" MouseArea { anchors.fill: parent @@ -132,7 +117,7 @@ Page { } Image { - source: "../img/MILL_TG.png" + source: "../img/MILL.png" MouseArea { anchors.fill: parent @@ -146,7 +131,7 @@ Page { } Image { - source: "../img/MIKROS_TG.png" + source: "../img/MIKROS.png" MouseArea { anchors.fill: parent @@ -158,20 +143,6 @@ Page { ToolTip.text: "Mikros Animation" } } - - Image { - source: "../img/TechnicolorGames_TG.png" - - MouseArea { - anchors.fill: parent - cursorShape: Qt.PointingHandCursor - onClicked: Qt.openUrlExternally("https://www.technicolorgames.com/") - - hoverEnabled: true - ToolTip.visible: containsMouse - ToolTip.text: "Technicolor Games" - } - } } RowLayout {