refactor: add info_box widget style

This commit is contained in:
CJ van den Berg 2026-02-05 15:59:39 +01:00
parent 69f5448f03
commit 6280d7d0b4
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 12 additions and 0 deletions

View file

@ -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,
};