aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-11-16 13:04:45 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:03:59 +0100
commitad68107e1b712ba00a51b1706a9402a7d36862e2 (patch)
tree578b8988a758174f9153e5ca9c214bd88474eb07
parentf14dc7066382a9bd6d3d8b9eb8e257da3b09445f (diff)
downloadmonzero-gui-ad68107e1b712ba00a51b1706a9402a7d36862e2.tar.gz
monzero-gui-ad68107e1b712ba00a51b1706a9402a7d36862e2.tar.xz
monzero-gui-ad68107e1b712ba00a51b1706a9402a7d36862e2.zip
New titlebar logo
-rw-r--r--components/TitleBar.qml16
-rw-r--r--images/titlebarLogo.pngbin0 -> 2569 bytes
-rw-r--r--qml.qrc1
3 files changed, 4 insertions, 13 deletions
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
--- /dev/null
+++ b/images/titlebarLogo.png
Binary files differ
diff --git a/qml.qrc b/qml.qrc
index 7be45fff..d1358ba3 100644
--- a/qml.qrc
+++ b/qml.qrc
@@ -176,5 +176,6 @@
<file>images/expand.png</file>
<file>images/balanceGradient.jpg</file>
<file>images/titlebarGradient.jpg</file>
+ <file>images/titlebarLogo.png</file>
</qresource>
</RCC>