Replace HStyle singleton by global Theme in Window
This commit is contained in:
@@ -7,7 +7,7 @@ HRectangle {
|
||||
|
||||
property int space: 8
|
||||
|
||||
color: HStyle.chat.roomEventList.background
|
||||
color: theme.chat.roomEventList.background
|
||||
|
||||
HListView {
|
||||
id: roomEventListView
|
||||
|
Reference in New Issue
Block a user