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
=== modified file 'qml/languages/Keyboard_symbols.qml'
--- qml/languages/Keyboard_symbols.qml 2013-09-11 12:56:54 +0000
+++ qml/languages/Keyboard_symbols.qml 2013-09-30 12:38:04 +0000
@@ -16,6 +16,7 @@
1616
17import QtQuick 2.017import QtQuick 2.0
18import "../keys"18import "../keys"
19import "../keys/key_constants.js" as UI
1920
20KeyPad {21KeyPad {
21 anchors.fill: parent22 anchors.fill: parent
@@ -67,7 +68,7 @@
67 anchors.margins: 50;68 anchors.margins: 50;
68 spacing: 069 spacing: 0
6970
70 OneTwoKey { label: "1/2"; shifted: "2/2"; fontSize: units.gu(3); }71 OneTwoKey { label: "1/2"; shifted: "2/2"; fontSize: units.gu(UI.fontSize); }
71 CharKey { label: "@"; shifted: "«"; }72 CharKey { label: "@"; shifted: "«"; }
72 CharKey { label: "~"; shifted: "»"; }73 CharKey { label: "~"; shifted: "»"; }
73 CharKey { label: "/"; shifted: "¨"; }74 CharKey { label: "/"; shifted: "¨"; }

Subscribers

People subscribed via source and target branches