Menu

#88 Title Name autosizes bigger

v1.0 (example)
open
nobody
None
5
2016-03-03
2016-03-03
RickTee
No

I noticed an issue with the dir pane Name title auto sizing one way, it gets bigger to fit any long file name, but never gets smaller. The fix is to locate gtk_tree_view_column_set_min_width(tc, fmt->format[i].width); in dirpane.c and replace it with: gtk_tree_view_column_set_fixed_width(tc, fmt->format[i].width);

To allow resizing of the clolumns by dragging: locate: gtk_tree_view_column_set_resizable(tc, FALSE); in dirpane.c and change FALSE to TRUE. Column sizes still need to be set in the config->Dir Panes and changes made by dragging will not be saved.

Discussion


Log in to post a comment.