From 6c1915f041d2d7e451335ea811c48d39cd21a682 Mon Sep 17 00:00:00 2001 From: J-P Nurmi <jpnurmi@theqtcompany.com> Date: Fri, 3 Oct 2014 13:46:57 +0200 Subject: [PATCH] gallery: fix title Change-Id: Ib637f850ed2002de10d7cb18e242f0b44482247c Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com> --- examples/quick/controls/gallery/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab