diff --git a/resources/qml/dialogs/ReadReceipts.qml b/resources/qml/dialogs/ReadReceipts.qml index f97706db..ad1c44e0 100644 --- a/resources/qml/dialogs/ReadReceipts.qml +++ b/resources/qml/dialogs/ReadReceipts.qml @@ -116,10 +116,6 @@ ApplicationWindow { cursorShape: Qt.PointingHandCursor } - background: Rectangle { - color: readReceiptsRoot.color - } - } }