title bar fix

pull/2/head
marcin 10 years ago
parent ba65d921e8
commit 0a352f33a7

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