aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content/styles
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2014-04-17 12:53:43 +0300
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2014-05-02 12:47:44 +0300
commit8426be582312103951f3b7a1438658b465d70454 (patch)
tree2bd6e30f5759f8bbcb72e0654a83605de3ea02d9 /src/virtualkeyboard/content/styles
parentea5d2479eeae3df5a33ed04a5f03dc64d78c085b (diff)
Adjust character positions of regular keys in retro style
According to feedback from the style designer, the characters were positioned about 10 pixels too low on the keys. The same applies to the character preview popup. Task-number: QTRD-2861 Change-Id: Icae27095986c2261b45ac1ef3fd2feb848f3f60a Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/virtualkeyboard/content/styles')
-rw-r--r--src/virtualkeyboard/content/styles/retro/style.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/virtualkeyboard/content/styles/retro/style.qml b/src/virtualkeyboard/content/styles/retro/style.qml
index a33c9608..51c6f237 100644
--- a/src/virtualkeyboard/content/styles/retro/style.qml
+++ b/src/virtualkeyboard/content/styles/retro/style.qml
@@ -78,7 +78,7 @@ KeyboardStyle {
text: control.displayText
color: "#110b05"
anchors.centerIn: parent
- anchors.verticalCenterOffset: 18 * scaleHint
+ anchors.verticalCenterOffset: 8 * scaleHint
font {
family: fontFamily
weight: Font.Bold
@@ -529,7 +529,7 @@ KeyboardStyle {
color: "#c5a96f"
text: characterPreview.text
anchors.centerIn: characterPreviewBackground
- anchors.verticalCenterOffset: 18 * scaleHint
+ anchors.verticalCenterOffset: 8 * scaleHint
font {
family: fontFamily
weight: Font.Bold