commit
00368a1db3
|
|
@ -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()
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue