From a5014f6920d6b992c940c94a3b01b999bb5d8d0e Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 17 Dec 2014 11:04:18 +0100 Subject: [PATCH] reserve space for the keyboard --- settingsmodules/wireless/contents/ui/NetworkSettingsSheet.qml | 1 + settingsmodules/wireless/contents/ui/SettingsSheet.qml | 2 ++ settingsmodules/wireless/contents/ui/WirelessSettings.qml | 1 + 3 files changed, 4 insertions(+) diff --git a/settingsmodules/wireless/contents/ui/NetworkSettingsSheet.qml b/settingsmodules/wireless/contents/ui/NetworkSettingsSheet.qml index f79a1717..ca7cc890 100644 --- a/settingsmodules/wireless/contents/ui/NetworkSettingsSheet.qml +++ b/settingsmodules/wireless/contents/ui/NetworkSettingsSheet.qml @@ -70,6 +70,7 @@ Item { anchors { horizontalCenter: parent.horizontalCenter bottom: parent.bottom + bottomMargin: Qt.inputMethod.keyboardRectangle.height } Button { text: "Reject" diff --git a/settingsmodules/wireless/contents/ui/SettingsSheet.qml b/settingsmodules/wireless/contents/ui/SettingsSheet.qml index d96abe8e..09b2e377 100644 --- a/settingsmodules/wireless/contents/ui/SettingsSheet.qml +++ b/settingsmodules/wireless/contents/ui/SettingsSheet.qml @@ -57,6 +57,7 @@ Item { anchors { bottom: parent.bottom horizontalCenter: parent.horizontalCenter + bottomMargin: Qt.inputMethod.keyboardRectangle.height } Button { @@ -149,6 +150,7 @@ Item { PlasmaExtras.ScrollArea { anchors.fill: parent + anchors.bottomMargin: Qt.inputMethod.keyboardRectangle.height Flickable { id: form anchors.fill: parent diff --git a/settingsmodules/wireless/contents/ui/WirelessSettings.qml b/settingsmodules/wireless/contents/ui/WirelessSettings.qml index fa0c5f40..90e12781 100644 --- a/settingsmodules/wireless/contents/ui/WirelessSettings.qml +++ b/settingsmodules/wireless/contents/ui/WirelessSettings.qml @@ -128,6 +128,7 @@ StackView { PlasmaExtras.ScrollArea { anchors.fill: parent + anchors.bottomMargin: Qt.inputMethod.keyboardRectangle.height ListView { id: networkList //header: WirelessApplet { }