aboutsummaryrefslogtreecommitdiff
path: root/ui/room-list.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/room-list.go')
-rw-r--r--ui/room-list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/room-list.go b/ui/room-list.go
index 11fa6b9..3ef64c3 100644
--- a/ui/room-list.go
+++ b/ui/room-list.go
@@ -718,7 +718,7 @@ func (list *RoomList) Draw(screen tcell.Screen) {
lineWidth -= len(unreadMessageCount) + 1
}
- widget.WriteLine(screen, tview.AlignLeft, text, x, y, lineWidth, style)
+ widget.WriteLinePadded(screen, tview.AlignLeft, text, x, y, lineWidth, style)
y++
if y >= bottomLimit {