We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e832e52 commit 9241ee5Copy full SHA for 9241ee5
1 file changed
src/view_helpers.cc
@@ -897,6 +897,11 @@ layout_views()
897
898
vis = bottom.try_consume(filter_height + (config_panel_open ? 1 : 0)
899
+ (filters_supported ? 1 : 0));
900
+ if (!vis && lnav_data.ld_mode == ln_mode_t::FILE_DETAILS) {
901
+ filter_height = 5;
902
+ vis = bottom.try_consume(filter_height + (config_panel_open ? 1 : 0)
903
+ + (filters_supported ? 1 : 0));
904
+ }
905
lnav_data.ld_filter_view.set_height(vis_line_t(filter_height));
906
lnav_data.ld_filter_view.set_y(bottom + 2);
907
lnav_data.ld_filter_view.set_width(width);
0 commit comments