refactor: add info_box widget style
This commit is contained in:
parent
69f5448f03
commit
6280d7d0b4
3 changed files with 12 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ pane_left_style: WidgetStyle = .bar_right,
|
|||
pane_right_style: WidgetStyle = .bar_left,
|
||||
pane_style: PaneStyle = .panel,
|
||||
hint_window_style: WidgetStyle = .thick_boxed,
|
||||
info_box_style: WidgetStyle = .bar_left,
|
||||
|
||||
centered_view: bool = false,
|
||||
centered_view_width: usize = 145,
|
||||
|
|
@ -119,6 +120,7 @@ pub const WidgetType = enum {
|
|||
pane_left,
|
||||
pane_right,
|
||||
hint_window,
|
||||
info_box,
|
||||
dropdown,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue