Fix described detail not showing complete

mine
ideal 2020-03-30 19:18:52 +08:00
parent bad6d212f4
commit c528a54e4c
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ func (d *Details) Init(_ context.Context) error {
d.SetHighlightColor(tcell.ColorOrange)
d.SetTitleColor(tcell.ColorAqua)
d.SetInputCapture(d.keyboard)
d.SetBorderPadding(0, 0, 1, 1)
d.SetChangedFunc(func() {
d.app.Draw()
})