mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
(create_file_manager): clarufy value of hint transparency.
This commit is contained in:
parent
247af01a8e
commit
35d2590893
@ -931,7 +931,7 @@ create_file_manager (void)
|
|||||||
add_widget (midnight_dlg, get_panel_widget (1));
|
add_widget (midnight_dlg, get_panel_widget (1));
|
||||||
|
|
||||||
the_hint = label_new (0, 0, 0);
|
the_hint = label_new (0, 0, 0);
|
||||||
the_hint->transparent = 1;
|
the_hint->transparent = TRUE;
|
||||||
the_hint->auto_adjust_cols = 0;
|
the_hint->auto_adjust_cols = 0;
|
||||||
WIDGET (the_hint)->cols = COLS;
|
WIDGET (the_hint)->cols = COLS;
|
||||||
add_widget (midnight_dlg, the_hint);
|
add_widget (midnight_dlg, the_hint);
|
||||||
|
Loading…
Reference in New Issue
Block a user