aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content/styles/default/style.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/content/styles/default/style.qml')
-rw-r--r--src/virtualkeyboard/content/styles/default/style.qml20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/virtualkeyboard/content/styles/default/style.qml b/src/virtualkeyboard/content/styles/default/style.qml
index e02b749e..03f0344f 100644
--- a/src/virtualkeyboard/content/styles/default/style.qml
+++ b/src/virtualkeyboard/content/styles/default/style.qml
@@ -954,4 +954,24 @@ KeyboardStyle {
sourceSize.width: 20
source: resourcePrefix + "images/selectionhandle-bottom.svg"
}
+
+ fullScreenInputContainerBackground: Rectangle {
+ color: "#FFF"
+ }
+
+ fullScreenInputBackground: Rectangle {
+ color: "#FFF"
+ }
+
+ fullScreenInputMargins: Math.round(15 * scaleHint)
+
+ fullScreenInputPadding: Math.round(30 * scaleHint)
+
+ fullScreenInputCursor: Rectangle {
+ width: 1
+ color: "#000"
+ visible: parent.blinkStatus
+ }
+
+ fullScreenInputFont.pixelSize: 58 * scaleHint
}