~cosmos-door/ubuntu-keyboard/japanese-keyboard-rebooted

« back to all changes in this revision

Viewing changes to plugins/ja/qml/Keyboard_ja_url_search.qml

  • Committer: Mitsuya Shibata
  • Date: 2016-02-12 17:23:45 UTC
  • Revision ID: mty.shibata@gmail.com-20160212172345-u704bmtb3zdympr8
add workaround for backspace icon misalignment

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
            anchors.horizontalCenter: parent.horizontalCenter;
33
33
            spacing: 0
34
34
 
35
 
            UndoKey { leftSide: true; }
 
35
            UndoKey { leftSide: true; width: panel.keyWidth; }
36
36
            FlickCharKey {
37
37
                label: layout.state == "kana" ? "あ" : "@ / : _";
38
38
                leaves: layout.state == "kana" ? ["あ", "い", "う", "え", "お"] : ["@", "/", ":", "_", "1"];
48
48
                leaves: layout.state == "kana" ? ["さ", "し", "す", "せ", "そ"] : ["d", "e", "f", "$", "3"];
49
49
                annotation: layout.state == "kana" ? "" : "3$";
50
50
            }
51
 
            BackspaceKey { rightSide: true; }
 
51
            BackspaceKey { rightSide: true; width: panel.keyWidth; }
52
52
        }
53
53
 
54
54
        Row {