diff options
author | Jens Bache-Wiig <jens.bache-wiig@digia.com> | 2013-11-22 13:03:19 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-22 13:51:33 +0100 |
commit | bc477d4dee3f22a284694b8ab45e6346dcd1ef27 (patch) | |
tree | c162973410a276ee9c55f2e182795353efd4acea /src/controls/ApplicationWindow.qml | |
parent | 3be9c4bca30acf109cda87a9c53849ba328c45db (diff) | |
download | qtquickcontrols-bc477d4dee3f22a284694b8ab45e6346dcd1ef27.tar.gz |
Revert "ApplicationWindow has the WindowFullscreenButtonHint flag by default"
This reverts commit 29d1b0d209ebb267c5a6ac8402c33892c09b8de6.
This patch caused a regression resulting in QTBUG-35049
and should be reverted until we have a better fix.
Change-Id: I76f9fa9859742a63f33757456c64f70183c76178
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'src/controls/ApplicationWindow.qml')
-rw-r--r-- | src/controls/ApplicationWindow.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/controls/ApplicationWindow.qml b/src/controls/ApplicationWindow.qml index 3d3f8840..850212fa 100644 --- a/src/controls/ApplicationWindow.qml +++ b/src/controls/ApplicationWindow.qml @@ -125,7 +125,6 @@ Window { default property alias data: contentArea.data color: syspal.window - flags: Qt.Window | Qt.WindowFullscreenButtonHint SystemPalette {id: syspal} |