Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Remove Page background
Browse files Browse the repository at this point in the history
  • Loading branch information
cibersheep committed Mar 20, 2019
1 parent be8137a commit bd803c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions qqc2-suru/Page.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,4 @@ T.Page {

contentWidth: contentItem.implicitWidth || (contentChildren.length === 1 ? contentChildren[0].implicitWidth : 0)
contentHeight: contentItem.implicitHeight || (contentChildren.length === 1 ? contentChildren[0].implicitHeight : 0)

background: Rectangle {
color: control.Suru.backgroundColor
}
}

1 comment on commit bd803c9

@fredldotme
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change seems to introduce a bug in my app (not the positioning, that's a different issue) and causes a difference to other QQC2 styling implementations.
screenshot20190330_123628363

Please sign in to comment.