diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-07-15 16:08:02 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-07-15 16:08:02 +0200 |
| commit | 0a352f33a7fd3f9eac8362fe6a6dc64fdadf3f3d (patch) | |
| tree | 719ec967315eee8369784b1876595f6e79a7eaaf /components | |
| parent | ba65d921e8d2b2cb5bffe9ebb6572da4c7e50703 (diff) | |
| download | monzero-gui-0a352f33a7fd3f9eac8362fe6a6dc64fdadf3f3d.tar.gz monzero-gui-0a352f33a7fd3f9eac8362fe6a6dc64fdadf3f3d.tar.xz monzero-gui-0a352f33a7fd3f9eac8362fe6a6dc64fdadf3f3d.zip | |
title bar fix
Diffstat (limited to 'components')
| -rw-r--r-- | components/TitleBar.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml index caefff5a..5db8b7e1 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -74,7 +74,7 @@ Rectangle { MouseArea { id: maximizeArea - hoverEnabled: true + anchors.fill: parent onClicked: { parent.checked = !parent.checked appWindow.visibility = parent.checked ? Window.FullScreen : |
