mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
Don't wrap user list
This commit is contained in:
parent
d684187f42
commit
adce6d3211
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue