From ad68107e1b712ba00a51b1706a9402a7d36862e2 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Thu, 16 Nov 2017 13:04:45 +0100 Subject: New titlebar logo --- components/TitleBar.qml | 16 +++------------- images/titlebarLogo.png | Bin 0 -> 2569 bytes qml.qrc | 1 + 3 files changed, 4 insertions(+), 13 deletions(-) create mode 100644 images/titlebarLogo.png diff --git a/components/TitleBar.qml b/components/TitleBar.qml index 12ad3ce0..c1cc186f 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -64,29 +64,19 @@ Rectangle { Item{ id: titlebarlogo - width: 128 + width: 125 height: 50 anchors.centerIn: parent visible: customDecorations z: 1 - Image { - anchors.right: parent.right - anchors.top: parent.top - anchors.topMargin: 11 - width: 86 - height: 26 - fillMode: Image.PreserveAspectFit - source: "../images/moneroLogo_white.png" - } - Image { anchors.left: parent.left anchors.top: parent.top anchors.topMargin: 11 - width: 28 + width: 125 height: 28 - source: "../images/moneroIcon-trans28x28.png" + source: "../images/titlebarLogo.png" } } diff --git a/images/titlebarLogo.png b/images/titlebarLogo.png new file mode 100644 index 00000000..8ea3ae95 Binary files /dev/null and b/images/titlebarLogo.png differ diff --git a/qml.qrc b/qml.qrc index 7be45fff..d1358ba3 100644 --- a/qml.qrc +++ b/qml.qrc @@ -176,5 +176,6 @@ images/expand.png images/balanceGradient.jpg images/titlebarGradient.jpg + images/titlebarLogo.png -- cgit v1.2.3