mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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 {
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
bottom: parent.bottom
|
||||
bottomMargin: Qt.inputMethod.keyboardRectangle.height
|
||||
}
|
||||
Button {
|
||||
text: "Reject"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@ StackView {
|
|||
|
||||
PlasmaExtras.ScrollArea {
|
||||
anchors.fill: parent
|
||||
anchors.bottomMargin: Qt.inputMethod.keyboardRectangle.height
|
||||
ListView {
|
||||
id: networkList
|
||||
//header: WirelessApplet { }
|
||||
|
|
|
|||
Loading…
Reference in a new issue