Replace HStyle singleton by global Theme in Window

This commit is contained in:
miruka
2019-07-06 17:50:55 -04:00
parent 6db870a372
commit d83508742c
30 changed files with 71 additions and 71 deletions

View File

@@ -7,7 +7,7 @@ HRectangle {
property int space: 8
color: HStyle.chat.roomEventList.background
color: theme.chat.roomEventList.background
HListView {
id: roomEventListView