symbols: qml: add missing special character 48/23248/1 halibut 8.0.4 8.0.5 8.0.6 halibut/8.0.4 halibut/8.0.5 halibut/8.0.6 halibut_8.0.4 halibut_8.0.5 halibut_8.0.6
authorMatt Ranostay <matt.ranostay@konsulko.com>
Thu, 5 Dec 2019 00:10:51 +0000 (16:10 -0800)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Thu, 5 Dec 2019 00:17:53 +0000 (16:17 -0800)
Add missing '_' from the special keyboard

Bug-AGL: SPEC-3001
Change-Id: Id2f5c40ff60ed5a6f68031547344450103c69450
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
imports/agl-demo-controls/Symbols.qml

index 5ecffe9..77405a5 100644 (file)
@@ -46,7 +46,7 @@ AbstractKeyboard {
             }
 
             Repeater {
-                model: ['?', '#', '%', '&', '*', '-', '+', '(', ')']
+                model: ['?', '#', '%', '&', '*', '-', '_', '+', '(', ')']
                 delegate: Key {
                     text: model.modelData
                     Layout.preferredWidth: 2