mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
reserve space for the keyboard
This commit is contained in:
parent
7a3c32949a
commit
a5014f6920
3 changed files with 4 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ Item {
|
||||||
anchors {
|
anchors {
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
|
bottomMargin: Qt.inputMethod.keyboardRectangle.height
|
||||||
}
|
}
|
||||||
Button {
|
Button {
|
||||||
text: "Reject"
|
text: "Reject"
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,7 @@ Item {
|
||||||
anchors {
|
anchors {
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
|
bottomMargin: Qt.inputMethod.keyboardRectangle.height
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
|
|
@ -149,6 +150,7 @@ Item {
|
||||||
|
|
||||||
PlasmaExtras.ScrollArea {
|
PlasmaExtras.ScrollArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
anchors.bottomMargin: Qt.inputMethod.keyboardRectangle.height
|
||||||
Flickable {
|
Flickable {
|
||||||
id: form
|
id: form
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
|
||||||
|
|
@ -128,6 +128,7 @@ StackView {
|
||||||
|
|
||||||
PlasmaExtras.ScrollArea {
|
PlasmaExtras.ScrollArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
anchors.bottomMargin: Qt.inputMethod.keyboardRectangle.height
|
||||||
ListView {
|
ListView {
|
||||||
id: networkList
|
id: networkList
|
||||||
//header: WirelessApplet { }
|
//header: WirelessApplet { }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue