title bar fix

This commit is contained in:
marcin 2014-07-15 16:08:02 +02:00
parent ba65d921e8
commit 0a352f33a7

View File

@ -74,7 +74,7 @@ Rectangle {
MouseArea {
id: maximizeArea
hoverEnabled: true
anchors.fill: parent
onClicked: {
parent.checked = !parent.checked
appWindow.visibility = parent.checked ? Window.FullScreen :