Improve TypingMembersBar
This commit is contained in:
@@ -75,12 +75,6 @@ Column {
|
||||
width: roomEventDelegate.width
|
||||
}
|
||||
|
||||
Item { // TODO: put this in Daybreak.qml?
|
||||
visible: dayBreak
|
||||
width: parent.width
|
||||
height: topPadding
|
||||
}
|
||||
|
||||
EventContent {
|
||||
anchors.right: isOwn ? parent.right : undefined
|
||||
}
|
||||
|
@@ -3,6 +3,8 @@ import SortFilterProxyModel 0.2
|
||||
import "../../Base"
|
||||
|
||||
HRectangle {
|
||||
property alias listView: roomEventListView
|
||||
|
||||
property int space: 8
|
||||
|
||||
color: HStyle.chat.roomEventList.background
|
||||
|
Reference in New Issue
Block a user