aboutsummaryrefslogtreecommitdiffstats
path: root/src/layouts/sl_SI/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/sl_SI/main.qml')
-rw-r--r--src/layouts/sl_SI/main.qml10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/layouts/sl_SI/main.qml b/src/layouts/sl_SI/main.qml
index be871af0..185fecfb 100644
--- a/src/layouts/sl_SI/main.qml
+++ b/src/layouts/sl_SI/main.qml
@@ -160,13 +160,17 @@ KeyboardLayout {
weight: functionKeyWidth
Layout.fillWidth: false
}
+ ChangeLanguageKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
Key {
key: Qt.Key_Comma
weight: normalKeyWidth
Layout.fillWidth: false
text: ","
smallText: "\u2699"
- smallTextVisible: true
+ smallTextVisible: keyboard.isFunctionPopupListAvailable()
highlighted: true
}
SpaceKey {
@@ -181,6 +185,10 @@ KeyboardLayout {
smallTextVisible: true
highlighted: true
}
+ HideKeyboardKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
EnterKey {
weight: functionKeyWidth
Layout.fillWidth: false