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 {
|
||||
id: maximizeArea
|
||||
hoverEnabled: true
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
parent.checked = !parent.checked
|
||||
appWindow.visibility = parent.checked ? Window.FullScreen :
|
||||
|
|
Loading…
Reference in a new issue