From 73306321b195a383b68995dd76a96e98e700ec54 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Mon, 9 Dec 2019 22:53:14 +0100 Subject: [PATCH] Set QT_VIRTUALKEYBOARD_STYLE Without it, the virtual keyboard is way too small --- bin/kwinwrapper | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/kwinwrapper b/bin/kwinwrapper index 3ab50502..f43d5d94 100755 --- a/bin/kwinwrapper +++ b/bin/kwinwrapper @@ -11,6 +11,7 @@ export QT_QUICK_CONTROLS_STYLE=Plasma export QT_ENABLE_GLYPH_CACHE_WORKAROUND=1 export QT_QUICK_CONTROLS_MOBILE=true export PLASMA_PLATFORM=phone:handset +export QT_VIRTUALKEYBOARD_STYLE=Plasma export GRID_UNIT_PX=25 export FORCE_RIL_NUM_MODEMS=1