reserve space for the keyboard

This commit is contained in:
Marco Martin 2014-12-17 11:04:18 +01:00
parent 7a3c32949a
commit a5014f6920
3 changed files with 4 additions and 0 deletions

View file

@ -70,6 +70,7 @@ Item {
anchors {
horizontalCenter: parent.horizontalCenter
bottom: parent.bottom
bottomMargin: Qt.inputMethod.keyboardRectangle.height
}
Button {
text: "Reject"

View file

@ -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

View file

@ -128,6 +128,7 @@ StackView {
PlasmaExtras.ScrollArea {
anchors.fill: parent
anchors.bottomMargin: Qt.inputMethod.keyboardRectangle.height
ListView {
id: networkList
//header: WirelessApplet { }