Skip to content

Commit 6dc9634

Browse files
committed
Fix heights of new language plugins.
1 parent eb4ea7b commit 6dc9634

32 files changed

+134
-32
lines changed

plugins/be/qml/Keyboard_be.qml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
*/
1717

1818
import QtQuick 2.4
19+
20+
import MaliitKeyboard 2.0
21+
1922
import keys 1.0
2023

2124
KeyPad {
@@ -85,7 +88,7 @@ KeyPad {
8588
anchors.left: parent.left
8689
anchors.right: parent.right
8790

88-
height: panel.keyHeight + units.gu(UI.row_margin);
91+
height: panel.keyHeight + Device.row_margin;
8992

9093
SymbolShiftKey { id: symShiftKey; anchors.left: parent.left; height: parent.height; }
9194
LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; }

plugins/be/qml/Keyboard_be_email.qml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
*/
1717

1818
import QtQuick 2.4
19+
20+
import MaliitKeyboard 2.0
21+
1922
import keys 1.0
2023

2124
KeyPad {
@@ -85,7 +88,8 @@ KeyPad {
8588
anchors.left: parent.left
8689
anchors.right: parent.right
8790

88-
height: panel.keyHeight + units.gu(UI.row_margin);
91+
height: panel.keyHeight + Device.row_margin;
92+
8993
SymbolShiftKey { id: symShiftKey; anchors.left: parent.left; height: parent.height; }
9094
LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; }
9195
CharKey { id: atKey; label: "@"; shifted: "@"; anchors.left: languageMenuButton.right; height: parent.height; }

plugins/be/qml/Keyboard_be_url.qml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
*/
1717

1818
import QtQuick 2.4
19+
20+
import MaliitKeyboard 2.0
21+
1922
import keys 1.0
2023

2124
KeyPad {
@@ -85,7 +88,8 @@ KeyPad {
8588
anchors.left: parent.left
8689
anchors.right: parent.right
8790

88-
height: panel.keyHeight + units.gu(UI.row_margin);
91+
height: panel.keyHeight + Device.row_margin;
92+
8993
SymbolShiftKey { id: symShiftKey; anchors.left: parent.left; height: parent.height; }
9094
LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; }
9195
CharKey { id: slashKey; label: "/"; shifted: "/"; anchors.left: languageMenuButton.right; height: parent.height; }

plugins/be/qml/Keyboard_be_url_search.qml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
*/
1717

1818
import QtQuick 2.4
19+
20+
import MaliitKeyboard 2.0
21+
1922
import keys 1.0
2023

2124
KeyPad {
@@ -85,7 +88,8 @@ KeyPad {
8588
anchors.left: parent.left
8689
anchors.right: parent.right
8790

88-
height: panel.keyHeight + units.gu(UI.row_margin);
91+
height: panel.keyHeight + Device.row_margin;
92+
8993
SymbolShiftKey { id: symShiftKey; anchors.left: parent.left; height: parent.height; }
9094
LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; }
9195
CharKey { id: slashKey; label: "/"; shifted: "/"; anchors.left: languageMenuButton.right; height: parent.height; }

plugins/bg/qml/Keyboard_bg.qml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
*/
1616

1717
import QtQuick 2.4
18+
19+
import MaliitKeyboard 2.0
20+
1821
import keys 1.0
1922

2023
KeyPad {
@@ -82,7 +85,7 @@ KeyPad {
8285
anchors.left: parent.left
8386
anchors.right: parent.right
8487

85-
height: panel.keyHeight + units.gu(UI.row_margin);
88+
height: panel.keyHeight + Device.row_margin;
8689

8790
SymbolShiftKey { id: symShiftKey; anchors.left: parent.left; height: parent.height; }
8891
LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; }

plugins/bg/qml/Keyboard_bg_email.qml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
*/
1616

1717
import QtQuick 2.4
18+
19+
import MaliitKeyboard 2.0
20+
1821
import keys 1.0
1922

2023
KeyPad {
@@ -82,7 +85,7 @@ KeyPad {
8285
anchors.left: parent.left
8386
anchors.right: parent.right
8487

85-
height: panel.keyHeight + units.gu(UI.row_margin);
88+
height: panel.keyHeight + Device.row_margin;
8689

8790
SymbolShiftKey { id: symShiftKey; anchors.left: parent.left; height: parent.height; }
8891
LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; }

plugins/bg/qml/Keyboard_bg_url.qml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
*/
1616

1717
import QtQuick 2.4
18+
19+
import MaliitKeyboard 2.0
20+
1821
import keys 1.0
1922

2023
KeyPad {
@@ -82,7 +85,7 @@ KeyPad {
8285
anchors.left: parent.left
8386
anchors.right: parent.right
8487

85-
height: panel.keyHeight + units.gu(UI.row_margin);
88+
height: panel.keyHeight + Device.row_margin;
8689

8790
SymbolShiftKey { id: symShiftKey; anchors.left: parent.left; height: parent.height; }
8891
LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; }

plugins/bg/qml/Keyboard_bg_url_search.qml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
*/
1616

1717
import QtQuick 2.4
18+
19+
import MaliitKeyboard 2.0
20+
1821
import keys 1.0
1922

2023
KeyPad {
@@ -83,7 +86,7 @@ KeyPad {
8386
anchors.left: parent.left
8487
anchors.right: parent.right
8588

86-
height: panel.keyHeight + units.gu(UI.row_margin);
89+
height: panel.keyHeight + Device.row_margin;
8790

8891
SymbolShiftKey { id: symShiftKey; anchors.left: parent.left; height: parent.height; }
8992
LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; }

plugins/en@dv/qml/[email protected]

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
*/
1616

1717
import QtQuick 2.4
18+
19+
import MaliitKeyboard 2.0
20+
1821
import keys 1.0
1922

2023
KeyPad {
@@ -79,7 +82,7 @@ KeyPad {
7982
anchors.left: parent.left
8083
anchors.right: parent.right
8184

82-
height: panel.keyHeight + units.gu(UI.row_margin);
85+
height: panel.keyHeight + Device.row_margin;
8386

8487
SymbolShiftKey { id: symShiftKey; anchors.left: parent.left; height: parent.height; }
8588
LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; }

plugins/en@dv/qml/Keyboard_en@dv_email.qml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
*/
1616

1717
import QtQuick 2.4
18+
19+
import MaliitKeyboard 2.0
20+
1821
import keys 1.0
1922

2023
KeyPad {
@@ -79,7 +82,7 @@ KeyPad {
7982
anchors.left: parent.left
8083
anchors.right: parent.right
8184

82-
height: panel.keyHeight + units.gu(UI.row_margin);
85+
height: panel.keyHeight + Device.row_margin;
8386

8487
SymbolShiftKey { id: symShiftKey; anchors.left: parent.left; height: parent.height; }
8588
LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; }

0 commit comments

Comments
 (0)