Show own events on right only under certain width

This commit is contained in:
miruka
2019-07-18 06:23:31 -04:00
parent 1fa8b70359
commit 67efde9116
5 changed files with 13 additions and 9 deletions

View File

@@ -23,6 +23,9 @@ HRectangle {
}
}
property bool ownEventsOnRight:
width < theme.chat.eventList.ownEventsOnRightUnderWidth
delegate: EventDelegate {}
anchors.fill: parent