Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Keyboard transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
capsia37 committed Dec 7, 2021
1 parent 364bd52 commit cb724dd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions qml/Greeter/GreeterView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -494,19 +494,6 @@ FocusScope {
}
}

// FIXME: It's difficult to keep something tied closely to the OSK (bug
// 1616163). But as a hack to avoid the background peeking out,
// we add an extra Rectangle that just serves to hide the background
// during OSK animations.
Rectangle {
visible: bottomBar.visible
height: inputMethodRect.height
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.right: parent.right
color: UbuntuColors.porcelain
}

states: [
State {
name: "phone"
Expand Down

0 comments on commit cb724dd

Please sign in to comment.