Merge lp:~schwann/ubuntu-keyboard/keyboard-1-2-key-size into lp:ubuntu-keyboard

Proposed by Günter Schwann
Status: Merged
Approved by: Thomas Moenicke
Approved revision: 49
Merged at revision: 50
Proposed branch: lp:~schwann/ubuntu-keyboard/keyboard-1-2-key-size
Merge into: lp:ubuntu-keyboard
Diff against target: 20 lines (+2/-1)
1 file modified
qml/languages/Keyboard_symbols.qml (+2/-1)
To merge this branch: bzr merge lp:~schwann/ubuntu-keyboard/keyboard-1-2-key-size
Reviewer Review Type Date Requested Status
Thomas Moenicke (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+188321@code.launchpad.net

Commit message

Use smaller font for 1/2 and 2/2 key fixes LP: #1227225

Description of the change

Use smaller font for 1/2 and 2/2 key fixes LP: #1227225

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Thomas Moenicke (thomas-moenicke) wrote :

looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/languages/Keyboard_symbols.qml'
2--- qml/languages/Keyboard_symbols.qml 2013-09-11 12:56:54 +0000
3+++ qml/languages/Keyboard_symbols.qml 2013-09-30 12:38:04 +0000
4@@ -16,6 +16,7 @@
5
6 import QtQuick 2.0
7 import "../keys"
8+import "../keys/key_constants.js" as UI
9
10 KeyPad {
11 anchors.fill: parent
12@@ -67,7 +68,7 @@
13 anchors.margins: 50;
14 spacing: 0
15
16- OneTwoKey { label: "1/2"; shifted: "2/2"; fontSize: units.gu(3); }
17+ OneTwoKey { label: "1/2"; shifted: "2/2"; fontSize: units.gu(UI.fontSize); }
18 CharKey { label: "@"; shifted: "«"; }
19 CharKey { label: "~"; shifted: "»"; }
20 CharKey { label: "/"; shifted: "¨"; }

Subscribers

People subscribed via source and target branches