1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-16 06:25:23 +00:00

Removed testing code

This commit is contained in:
マリウス 2023-01-04 21:44:45 -05:00
parent b8be396489
commit 33bf4aa8ad
No known key found for this signature in database
GPG Key ID: 272ED814BF63261F

View File

@ -112,10 +112,10 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
m.ctx.Theme.PostsList.List.Focused.Height(listHeight)
m.ctx.Theme.PostsList.List.Blurred.Height(listHeight)
m.list.SetSize(
listWidth-2+60,
listWidth-2,
listHeight-2,
)
msg.Width = listWidth + 60
msg.Width = listWidth
msg.Height = listHeight
case cmd.Command: