Remove uneeded HRectangle component

This commit is contained in:
miruka
2019-08-27 22:46:31 -04:00
parent 77dbc3a502
commit 560981a97e
20 changed files with 24 additions and 29 deletions

View File

@@ -33,7 +33,7 @@ HPage {
id: repeater
model: ["Profile.qml", "Encryption.qml"]
HRectangle {
Rectangle {
color: ready ? theme.controls.box.background : "transparent"
Behavior on color { HColorAnimation {} }

View File

@@ -66,7 +66,7 @@ HGridLayout {
Layout.preferredWidth: Math.min(flickable.height, avatarPreferredSize)
Layout.preferredHeight: Layout.preferredWidth
HRectangle {
Rectangle {
z: 10
visible: opacity > 0
opacity: ! fileDialog.dialog.visible &&