mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-12 23:47:17 +00:00
Remove unused constants
This commit is contained in:
parent
e33d6b5361
commit
318fde3712
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ pub const TIME_LABEL_HEIGHT_LIMIT: u16 = 7;
|
|||
|
||||
// Side borders
|
||||
pub const SIDE_BORDERS: tui::widgets::Borders = tui::widgets::Borders::from_bits_truncate(20);
|
||||
pub const TOP_LEFT_RIGHT: tui::widgets::Borders = tui::widgets::Borders::from_bits_truncate(22);
|
||||
pub const BOTTOM_LEFT_RIGHT: tui::widgets::Borders = tui::widgets::Borders::from_bits_truncate(28);
|
||||
pub static DEFAULT_TEXT_STYLE: Lazy<tui::style::Style> =
|
||||
Lazy::new(|| tui::style::Style::default().fg(tui::style::Color::Gray));
|
||||
pub static DEFAULT_HEADER_STYLE: Lazy<tui::style::Style> =
|
||||
|
|
Loading…
Reference in a new issue