mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Editor: allow name and path column in editor source list to be manually resizable
This commit is contained in:
parent
808b4d69c8
commit
764dd20f93
1 changed files with 5 additions and 0 deletions
|
|
@ -146,6 +146,11 @@ EditorSources::EditorSources (Editor* e)
|
|||
{ -1, 0, 0 }
|
||||
};
|
||||
|
||||
/* make Name and Path columns manually resizable */
|
||||
|
||||
_display.get_column (0)->set_resizable (true);
|
||||
_display.get_column (4)->set_resizable (true);
|
||||
|
||||
for (int i = 0; ci[i].index >= 0; ++i) {
|
||||
col = _display.get_column (ci[i].index);
|
||||
l = manage (new Label (ci[i].label));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue