mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-23 19:15:56 +00:00
New titlebar logo
This commit is contained in:
parent
f14dc70663
commit
ad68107e1b
3 changed files with 4 additions and 13 deletions
|
@ -64,29 +64,19 @@ Rectangle {
|
||||||
|
|
||||||
Item{
|
Item{
|
||||||
id: titlebarlogo
|
id: titlebarlogo
|
||||||
width: 128
|
width: 125
|
||||||
height: 50
|
height: 50
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
visible: customDecorations
|
visible: customDecorations
|
||||||
z: 1
|
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 {
|
Image {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 11
|
anchors.topMargin: 11
|
||||||
width: 28
|
width: 125
|
||||||
height: 28
|
height: 28
|
||||||
source: "../images/moneroIcon-trans28x28.png"
|
source: "../images/titlebarLogo.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
BIN
images/titlebarLogo.png
Normal file
BIN
images/titlebarLogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
1
qml.qrc
1
qml.qrc
|
@ -176,5 +176,6 @@
|
||||||
<file>images/expand.png</file>
|
<file>images/expand.png</file>
|
||||||
<file>images/balanceGradient.jpg</file>
|
<file>images/balanceGradient.jpg</file>
|
||||||
<file>images/titlebarGradient.jpg</file>
|
<file>images/titlebarGradient.jpg</file>
|
||||||
|
<file>images/titlebarLogo.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
Loading…
Reference in a new issue