Merge pull request #1831

1d5937e wizard: add close button by enabling titlebar (mmbyday)
This commit is contained in:
luigi1111
2018-12-18 09:48:24 -06:00
2 changed files with 7 additions and 3 deletions

View File

@@ -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