diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/TitleBar.qml | 16 |
1 files changed, 3 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" } } |
