Merge branch 'master' of github.com-derailed:derailed/k9s
commit
c8ffc824f7
|
|
@ -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()
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue