~michael-sheldon/ubuntu-keyboard/fix-1357360

« back to all changes in this revision

Viewing changes to plugins/fi/qml/Keyboard_fi.qml

  • Committer: Michael Sheldon
  • Date: 2014-09-22 12:50:34 UTC
  • mfrom: (223.2.3 ubuntu-keyboard)
  • Revision ID: michael.sheldon@canonical.com-20140922125034-ugo1qtzngnp4d3mu
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
            anchors.left: parent.left
81
81
            anchors.right: parent.right
82
82
 
83
 
            height: panel.keyHeight + units.gu(UI.bottom_margin*2);
 
83
            height: panel.keyHeight + units.gu(UI.row_margin);
84
84
 
85
85
            SymbolShiftKey { id: symShiftKey;                            anchors.left: parent.left; height: parent.height; }
86
86
            LanguageKey    { id: languageMenuButton;                     anchors.left: symShiftKey.right; height: parent.height; }