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

Commit

Permalink
Remove bar background for better consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam authored Nov 25, 2021
1 parent cee94ad commit 7346147
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions qml/Greeter/NarrowView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,6 @@ FocusScope {
anchors.topMargin: - height * (1 - coverPage.showProgress)
- ( inputMethodRect.height )

Rectangle {
color: "#7A111111" // matches Passphrase background
anchors.fill: parent
}

Label {
text: i18n.tr("Cancel")
anchors.left: parent.left
Expand Down

0 comments on commit 7346147

Please sign in to comment.