From 9990ec3dfdbd159b2077a33aa62dd52f53f174b2 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 12 Dec 2017 23:02:37 -0800 Subject: settings: switch keyboard to qtvirtualkeyboardplugin Use qtvirtualkeyboardplugin for keyboard input since it supports internationalization and uses vector graphics which allows screen scaling. Bug-AGL: SPEC-1185 Change-Id: Ifddefe9b9884d1087683befc011b7172f5c2305f Signed-off-by: Matt Ranostay --- app/wifi/Wifi.qml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'app/wifi/Wifi.qml') diff --git a/app/wifi/Wifi.qml b/app/wifi/Wifi.qml index 77e0759..d6b76c9 100644 --- a/app/wifi/Wifi.qml +++ b/app/wifi/Wifi.qml @@ -399,14 +399,6 @@ SettingPage { } } } - - Keyboard { - id: keyboard - Layout.fillWidth: true - Layout.fillHeight: true - Layout.preferredHeight: 1 - target: activeFocusControl - } } } -- cgit 1.2.3-korg