forked from Public/monero-gui
title bar fix
This commit is contained in:
@@ -74,7 +74,7 @@ Rectangle {
|
|||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
id: maximizeArea
|
id: maximizeArea
|
||||||
hoverEnabled: true
|
anchors.fill: parent
|
||||||
onClicked: {
|
onClicked: {
|
||||||
parent.checked = !parent.checked
|
parent.checked = !parent.checked
|
||||||
appWindow.visibility = parent.checked ? Window.FullScreen :
|
appWindow.visibility = parent.checked ? Window.FullScreen :
|
||||||
|
|||||||
Reference in New Issue
Block a user