From 6c1915f041d2d7e451335ea811c48d39cd21a682 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 3 Oct 2014 13:46:57 +0200 Subject: gallery: fix title Change-Id: Ib637f850ed2002de10d7cb18e242f0b44482247c Reviewed-by: J-P Nurmi --- examples/quick/controls/gallery/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quick') diff --git a/examples/quick/controls/gallery/main.qml b/examples/quick/controls/gallery/main.qml index 9d0c344f..4f142769 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 -- cgit v1.2.1