diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-05-14 23:35:34 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-05-15 13:05:55 +0200 |
commit | 567fe81ad78e707a4b914976a92c855d4ac8fc45 (patch) | |
tree | b0f4511c6e5c32fedae69a217df5669c0e5eab0e /resources/qml/TimelineView.qml | |
parent | Reorganize TimelineView to prepare porting the room list (diff) | |
download | nheko-567fe81ad78e707a4b914976a92c855d4ac8fc45.tar.xz |
Basic header and footer of room list
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r-- | resources/qml/TimelineView.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 0d0e286d..257d670d 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -49,7 +49,7 @@ Item { Layout.fillWidth: true height: 1 z: 3 - color: Nheko.colors.mid + color: Nheko.theme.separator } Rectangle { @@ -112,7 +112,7 @@ Item { Layout.fillWidth: true z: 3 height: 1 - color: Nheko.colors.mid + color: Nheko.theme.separator } ReplyPopup { |