fix: wrap info_view content at info_box_width_limit or screen width
This commit is contained in:
parent
4003ebc12f
commit
9e4d4a00e1
2 changed files with 15 additions and 1 deletions
|
|
@ -77,6 +77,7 @@ pane_right_style: WidgetStyle = .bar_left,
|
|||
pane_style: PaneStyle = .panel,
|
||||
hint_window_style: WidgetStyle = .thick_boxed,
|
||||
info_box_style: WidgetStyle = .bar_left_spacious,
|
||||
info_box_width_limit: usize = 80,
|
||||
|
||||
centered_view: bool = false,
|
||||
centered_view_width: usize = 145,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue