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