diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-12-12 23:02:37 -0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-14 00:23:10 +0000 |
commit | b734304cbff43b01b18315d0b8c5d6102a845682 (patch) | |
tree | b513d1a3099012e84ad9306cb727eb1efe820750 /app/wifi/Wifi.qml | |
parent | 7a7a253bd077e08a28490acff8b0110a7be93b16 (diff) |
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/wifi/Wifi.qml')
-rw-r--r-- | app/wifi/Wifi.qml | 8 |
1 files changed, 0 insertions, 8 deletions
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 - } } } |