Skip to content

Commit 621c303

Browse files
committed
(panel_lines): fix typo.
Signed-off-by: Andrew Borodin <[email protected]>
1 parent 5e23693 commit 621c303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filemanager/panel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ format_item_free (format_item_t *format)
299299
static int
300300
panel_lines (const WPanel *p)
301301
{
302-
// 3 lines are: top frame, column header, button frame
302+
// 3 lines are: top frame, column header, bottom frame
303303
return (CONST_WIDGET (p)->rect.lines - 3 - (panels_options.show_mini_info ? 2 : 0));
304304
}
305305

0 commit comments

Comments
 (0)