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 { }