Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit

Permalink
(panel_lines): fix typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
  • Loading branch information
aborodin committed Feb 15, 2025
1 parent 5e23693 commit 621c303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filemanager/panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ format_item_free (format_item_t *format)
static int
panel_lines (const WPanel *p)
{
// 3 lines are: top frame, column header, button frame
// 3 lines are: top frame, column header, bottom frame
return (CONST_WIDGET (p)->rect.lines - 3 - (panels_options.show_mini_info ? 2 : 0));
}

Expand Down

0 comments on commit 621c303

Please sign in to comment.