mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Merge branch '3162_directory_scanning_narrow'
* 3162_directory_scanning_narrow: Ticket #3162: "Directory scanning" window is too narrow.
This commit is contained in:
commit
f4faf601b3
@ -2529,6 +2529,7 @@ dirsize_status_update_cb (status_msg_t * sm)
|
|||||||
{
|
{
|
||||||
dlg_set_size (sm->dlg, wd->lines, WIDGET (dsm->count_size)->cols + 6);
|
dlg_set_size (sm->dlg, wd->lines, WIDGET (dsm->count_size)->cols + 6);
|
||||||
dirsize_status_locate_buttons ((dirsize_status_msg_t *) sm);
|
dirsize_status_locate_buttons ((dirsize_status_msg_t *) sm);
|
||||||
|
dlg_redraw (sm->dlg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* adjust first label */
|
/* adjust first label */
|
||||||
|
Loading…
Reference in New Issue
Block a user