From d1bf18604074430313c8cd7784d78bb513847999 Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Wed, 25 Jan 2023 10:39:01 +0100 Subject: [PATCH] Other: changed splash screen icon. --- .../bridge-gui/bridge-gui/Resources.qrc | 4 +--- .../bridge-gui/bridge-gui/qml/SplashScreen.qml | 18 +++++++++--------- .../bridge-gui/qml/icons/ic-splash-card.svg | 6 ------ .../bridge-gui/qml/icons/ic-splash-check.svg | 7 +++++++ .../bridge-gui/qml/icons/ic-splash-drive.svg | 3 --- .../bridge-gui/qml/icons/ic-splash-view.svg | 4 ---- 6 files changed, 17 insertions(+), 25 deletions(-) delete mode 100644 internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-card.svg create mode 100644 internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-check.svg delete mode 100644 internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-drive.svg delete mode 100644 internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-view.svg diff --git a/internal/frontend/bridge-gui/bridge-gui/Resources.qrc b/internal/frontend/bridge-gui/bridge-gui/Resources.qrc index 8e724afb..640fbbb7 100644 --- a/internal/frontend/bridge-gui/bridge-gui/Resources.qrc +++ b/internal/frontend/bridge-gui/bridge-gui/Resources.qrc @@ -42,9 +42,7 @@ qml/icons/ic-other-mail-clients.svg qml/icons/ic-plus.svg qml/icons/ic-question-circle.svg - qml/icons/ic-splash-card.svg - qml/icons/ic-splash-drive.svg - qml/icons/ic-splash-view.svg + qml/icons/ic-splash-check.svg qml/icons/ic-success.svg qml/icons/ic-three-dots-vertical.svg qml/icons/ic-trash.svg diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SplashScreen.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SplashScreen.qml index edda0549..0bc42155 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/SplashScreen.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/SplashScreen.qml @@ -67,14 +67,14 @@ Dialog { Item { Layout.fillHeight: true width: 24 - Layout.leftMargin: 24 - Layout.rightMargin: 24 + Layout.leftMargin: 32 + Layout.rightMargin: 16 Image { anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter sourceSize.width: 24 sourceSize.height: 24 - source: "./icons/ic-splash-view.svg" + source: "./icons/ic-splash-check.svg" } } @@ -101,14 +101,14 @@ Dialog { Item { Layout.fillHeight: true width: 24 - Layout.leftMargin: 24 - Layout.rightMargin: 24 + Layout.leftMargin: 32 + Layout.rightMargin: 16 Image { anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter sourceSize.width: 24 sourceSize.height: 24 - source: "./icons/ic-splash-card.svg" + source: "./icons/ic-splash-check.svg" } } @@ -135,14 +135,14 @@ Dialog { Item { Layout.fillHeight: true width: 24 - Layout.leftMargin: 24 - Layout.rightMargin: 24 + Layout.leftMargin: 32 + Layout.rightMargin: 16 Image { anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter sourceSize.width: 24 sourceSize.height: 24 - source: "./icons/ic-splash-drive.svg" + source: "./icons/ic-splash-check.svg" } } diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-card.svg b/internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-card.svg deleted file mode 100644 index 649c1718..00000000 --- a/internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-card.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-check.svg b/internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-check.svg new file mode 100644 index 00000000..337f65c1 --- /dev/null +++ b/internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-check.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-drive.svg b/internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-drive.svg deleted file mode 100644 index de355dc2..00000000 --- a/internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-drive.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-view.svg b/internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-view.svg deleted file mode 100644 index 05121fcf..00000000 --- a/internal/frontend/bridge-gui/bridge-gui/qml/icons/ic-splash-view.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - -