Merge pull request #638 from ideal/master

Fix described detail not showing complete
mine
Fernand Galiana 2020-04-04 21:50:17 -06:00 committed by GitHub
commit 00368a1db3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.SetHighlightColor(tcell.ColorOrange)
d.SetTitleColor(tcell.ColorAqua) d.SetTitleColor(tcell.ColorAqua)
d.SetInputCapture(d.keyboard) d.SetInputCapture(d.keyboard)
d.SetBorderPadding(0, 0, 1, 1)
d.SetChangedFunc(func() { d.SetChangedFunc(func() {
d.app.Draw() d.app.Draw()
}) })