mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-23 19:15:56 +00:00
title bar fix
This commit is contained in:
parent
ba65d921e8
commit
0a352f33a7
1 changed files with 1 additions and 1 deletions
|
@ -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 :
|
||||||
|
|
Loading…
Reference in a new issue