diff options
| -rw-r--r-- | examples/quick/controls/gallery/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/gallery/main.qml b/examples/quick/controls/gallery/main.qml index 9d0c344f8..4f1427694 100644 --- a/examples/quick/controls/gallery/main.qml +++ b/examples/quick/controls/gallery/main.qml @@ -50,7 +50,7 @@ import "content" ApplicationWindow { visible: true - title: "Component Gallery" + title: "Qt Quick Controls Gallery" width: 640 height: 420 |
