1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-12-04 14:46:37 -05: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.Focused.Height(listHeight)
m.ctx.Theme.PostsList.List.Blurred.Height(listHeight) m.ctx.Theme.PostsList.List.Blurred.Height(listHeight)
m.list.SetSize( m.list.SetSize(
listWidth-2+60, listWidth-2,
listHeight-2, listHeight-2,
) )
msg.Width = listWidth + 60 msg.Width = listWidth
msg.Height = listHeight msg.Height = listHeight
case cmd.Command: case cmd.Command: