From: Matt Ranostay Date: Thu, 5 Dec 2019 00:10:51 +0000 (-0800) Subject: symbols: qml: add missing special character X-Git-Tag: 8.99.2^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=22b538aae1f69de5273f1e42a854cfab23a32b60;p=src%2Fqtquickcontrols2-agl.git symbols: qml: add missing special character Add missing '_' from the special keyboard Bug-AGL: SPEC-3001 Change-Id: Id2f5c40ff60ed5a6f68031547344450103c69450 Signed-off-by: Matt Ranostay --- diff --git a/imports/agl-demo-controls/Symbols.qml b/imports/agl-demo-controls/Symbols.qml index 5ecffe9..77405a5 100644 --- a/imports/agl-demo-controls/Symbols.qml +++ b/imports/agl-demo-controls/Symbols.qml @@ -46,7 +46,7 @@ AbstractKeyboard { } Repeater { - model: ['?', '#', '%', '&', '*', '-', '+', '(', ')'] + model: ['?', '#', '%', '&', '*', '-', '_', '+', '(', ')'] delegate: Key { text: model.modelData Layout.preferredWidth: 2