PaddingRight returns the right padding from the config.
()
| 109 | |
| 110 | // PaddingRight returns the right padding from the config. |
| 111 | func (m Metrics) PaddingRight() int { |
| 112 | return m.config.PaddingRight |
| 113 | } |
| 114 | |
| 115 | // ScrollbarGap returns the scrollbar gap from the config. |
| 116 | func (m Metrics) ScrollbarGap() int { |
no outgoing calls