diff --git a/qml/languages/Keyboard_numbers.qml b/qml/languages/Keyboard_numbers.qml index fe401faf..a9d60266 100644 --- a/qml/languages/Keyboard_numbers.qml +++ b/qml/languages/Keyboard_numbers.qml @@ -45,7 +45,6 @@ KeyPad { CharKey { label: "1"; noMagnifier: true; width: c1.numKeyWidth; height: c1.numKeyHeight; } CharKey { label: "2"; noMagnifier: true; width: c1.numKeyWidth; height: c1.numKeyHeight; } CharKey { label: "3"; noMagnifier: true; width: c1.numKeyWidth; height: c1.numKeyHeight; } - CharKey { label: "-"; noMagnifier: true; width: c1.numKeyWidth; height: c1.numKeyHeight; } } Row { @@ -55,7 +54,6 @@ KeyPad { CharKey { label: "4"; noMagnifier: true; width: c1.numKeyWidth; height: c1.numKeyHeight; } CharKey { label: "5"; noMagnifier: true; width: c1.numKeyWidth; height: c1.numKeyHeight; } CharKey { label: "6"; noMagnifier: true; width: c1.numKeyWidth; height: c1.numKeyHeight; } - SmallSpaceKey { padding: 0; width: c1.numKeyWidth; height: c1.numKeyHeight; } } Row { @@ -65,16 +63,14 @@ KeyPad { CharKey { label: "7"; noMagnifier: true; width: c1.numKeyWidth; height: c1.numKeyHeight; } CharKey { label: "8"; noMagnifier: true; width: c1.numKeyWidth; height: c1.numKeyHeight; } CharKey { label: "9"; noMagnifier: true; width: c1.numKeyWidth; height: c1.numKeyHeight; } - BackspaceKey { padding: 0; width: c1.numKeyWidth; height: c1.numKeyHeight; } } Row { anchors.horizontalCenter: parent.horizontalCenter; spacing: Device.gu(0.5); - CharKey { label: "+"; annotation: "#*"; extended: ["#", "*"]; noMagnifier: true; width: c1.numKeyWidth; height: c1.numKeyHeight; } + BackspaceKey { padding: 0; width: c1.numKeyWidth; height: c1.numKeyHeight; } CharKey { label: "0"; noMagnifier: true; width: c1.numKeyWidth; height: c1.numKeyHeight; } - CharKey { label: "."; noMagnifier: true; width: c1.numKeyWidth; height: c1.numKeyHeight; } ReturnKey { padding: 0; width: c1.numKeyWidth; height: c1.numKeyHeight; } } } // column