Index: sources/gui/qml/KeyboardItem.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9 --- sources/gui/qml/KeyboardItem.qml (.../KeyboardItem.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/KeyboardItem.qml (.../KeyboardItem.qml) (revision 2ad0fc5c1215088ee0e4ea7f9b2bc367c4ed2fd9) @@ -47,11 +47,12 @@ // a gap beetween the bottom of the keyboard and the screen. // the rectangle _bottomFiller is to fill that gap Rectangle { id: _bottomFiller - height: Variables.minVGap + height: Variables.notificationHeight color: "black" // InputPanel background color. anchors.left: _root.left anchors.right: _root.right anchors.top: _root.bottom + visible: ! _alarmBar.visible } Component.onCompleted: { VirtualKeyboardSettings.locale = vLocalization.keyboardLocale;