From f99c4fd705b6a145b7b9a19ab62f7b6da98b75be Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Thu, 5 Mar 2020 13:33:15 +0200 Subject: charts: remove mention about arrow keys navigation Change-Id: I159970043095ba290b037ba05d44e2ddb07b06d4 Fixes: QTBUG-82686 Reviewed-by: Samuli Piippo --- basicsuite/enterprise-charts/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basicsuite/enterprise-charts/main.qml') diff --git a/basicsuite/enterprise-charts/main.qml b/basicsuite/enterprise-charts/main.qml index 02b4f8b..3b43447 100644 --- a/basicsuite/enterprise-charts/main.qml +++ b/basicsuite/enterprise-charts/main.qml @@ -120,7 +120,7 @@ Rectangle { Text { color: "white" anchors.centerIn: parent - text: "You can navigate between views using swipe or arrow keys" + text: "You can navigate between views using swipe" font.family: appFont } -- cgit v1.2.3