aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/shortcuts/shortcuts.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/shortcuts/shortcuts.qml')
-rw-r--r--tests/manual/shortcuts/shortcuts.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/manual/shortcuts/shortcuts.qml b/tests/manual/shortcuts/shortcuts.qml
index 7687700303..9e9bfeddc6 100644
--- a/tests/manual/shortcuts/shortcuts.qml
+++ b/tests/manual/shortcuts/shortcuts.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQuick 2.5
import QtQuick.Layouts 1.1
@@ -77,6 +77,7 @@ ApplicationWindow {
ComboBox {
id: combobox
enabled: checkbox.checked
+ Layout.fillWidth: false
model: ["WindowShortcut", "ApplicationShortcut"]
}