aboutsummaryrefslogtreecommitdiff
path: root/ui/widget/message-view.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-03-22 18:14:08 +0200
committerTulir Asokan <tulir@maunium.net>2018-03-22 18:14:08 +0200
commit232f7fe1be917bf91f6342946f6d001948b8559e (patch)
treed80dce99e0f681d8a4fba8a5c62f4116c5d0c7df /ui/widget/message-view.go
parentc32fffda15e98dd753fbcfed2d475f04de8669cf (diff)
Update constants and demagicify RoomView drawing
Diffstat (limited to 'ui/widget/message-view.go')
-rw-r--r--ui/widget/message-view.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/widget/message-view.go b/ui/widget/message-view.go
index 941b987..f263350 100644
--- a/ui/widget/message-view.go
+++ b/ui/widget/message-view.go
@@ -53,7 +53,7 @@ type MessageView struct {
func NewMessageView() *MessageView {
return &MessageView{
Box: tview.NewBox(),
- MaxSenderWidth: 20,
+ MaxSenderWidth: 15,
DateFormat: "January _2, 2006",
TimestampFormat: "15:04:05",
TimestampWidth: 8,