applyStatusStyle applies the status style
()
| 1566 | |
| 1567 | // applyStatusStyle applies the status style |
| 1568 | func (t *Table) applyStatusStyle() { |
| 1569 | |
| 1570 | s := t.styles.Status |
| 1571 | t.statusPanel.ApplyStyle(&s.PanelStyle) |
| 1572 | } |
| 1573 | |
| 1574 | // applyResizerStyle applies the status style |
| 1575 | func (t *Table) applyResizerStyle() { |