aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/TitleBar.qml2
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