diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-12-18 09:48:24 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-18 09:48:24 -0600 |
| commit | 8ea0c16390e0e5181edac658c496977ca327cba4 (patch) | |
| tree | 2e6d1c150fdf03bfcf15a7c9ee61e4fcf4f6133e /components | |
| parent | 83f8508f560f5d1fae7452621e35c6d554a577de (diff) | |
| parent | 1d5937e1e8587702952870758961d5e4a9e1e784 (diff) | |
| download | monzero-gui-8ea0c16390e0e5181edac658c496977ca327cba4.tar.gz monzero-gui-8ea0c16390e0e5181edac658c496977ca327cba4.tar.xz monzero-gui-8ea0c16390e0e5181edac658c496977ca327cba4.zip | |
Merge pull request #1831
1d5937e wizard: add close button by enabling titlebar (mmbyday)
Diffstat (limited to 'components')
| -rw-r--r-- | components/TitleBar.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml index 0b6c9eef..a759adce 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -55,6 +55,7 @@ Rectangle { property bool showCloseButton: true property bool showMoneroLogo: false property bool small: false + property alias titleBarGradientImageOpacity: titleBarGradientImage.opacity signal closeClicked signal maximizeClicked @@ -68,6 +69,7 @@ Rectangle { z: parent.z + 1 Image { + id: titleBarGradientImage anchors.fill: parent height: titleBar.height width: titleBar.width |
