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

@@ -2,7 +2,7 @@ import QtQuick 2.12
import "../../Base"
import "../../utils.js" as Utils
HRectangle {
Rectangle {
property alias listView: eventList
color: theme.chat.eventList.background