mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 04:37:26 -04:00
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