diff options
| author | mmbyday <bromark@protonmail.com> | 2018-11-30 02:32:05 +0200 |
|---|---|---|
| committer | mmbyday <bromark@protonmail.com> | 2018-11-30 02:32:05 +0200 |
| commit | 079cfe226df01586e792857ccae307232449d291 (patch) | |
| tree | c2f5bafa0c0d7692030fc232e3d0621fdb26a377 /components | |
| parent | 45781ab4a173fe0a747ed72140e10d18765b007e (diff) | |
| download | monzero-gui-079cfe226df01586e792857ccae307232449d291.tar.gz monzero-gui-079cfe226df01586e792857ccae307232449d291.tar.xz monzero-gui-079cfe226df01586e792857ccae307232449d291.zip | |
titlebar: fix logos when isMobile
Diffstat (limited to 'components')
| -rw-r--r-- | components/TitleBar.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml index 581e4cb1..0b6c9eef 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -84,6 +84,7 @@ Rectangle { z: parent.z + 1 Image { + visible: !isMobile anchors.left: parent.left anchors.top: parent.top anchors.topMargin: 11 |
