Don't wrap user list
This commit is contained in:
parent
d684187f42
commit
adce6d3211
@ -64,7 +64,9 @@ func NewRoomView(room *rooms.Room) *RoomView {
|
|||||||
|
|
||||||
view.status.SetBackgroundColor(tcell.ColorDimGray)
|
view.status.SetBackgroundColor(tcell.ColorDimGray)
|
||||||
|
|
||||||
view.userList.SetDynamicColors(true)
|
view.userList.
|
||||||
|
SetDynamicColors(true).
|
||||||
|
SetWrap(false)
|
||||||
|
|
||||||
return view
|
return view
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user