1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 08:09:41 +02:00

Let the comment column of Mouse preferences default to a wider size

This commit is contained in:
Paul Licameli 2019-12-13 08:14:03 -05:00
parent 9c4742c7f6
commit 4b3f670bef

View File

@ -184,12 +184,16 @@ void MousePrefs::CreateList()
mList->SetColumnWidth(ToolColumn, wxLIST_AUTOSIZE);
mList->SetColumnWidth(ActionColumn, wxLIST_AUTOSIZE);
mList->SetColumnWidth(ButtonsColumn, wxLIST_AUTOSIZE);
mList->SetColumnWidth(CommentColumn, wxLIST_AUTOSIZE);
// PRL commented out, didn't look good to me on Mac at least
/*
// Not sure if this extra column is a good idea or not.
// Anyway, 5 pixels wide is wide enough that some people who are curious will drag it
// wider to see what's there (the comments show that the duplication of functions
// is for a reason, and not just random).
mList->SetColumnWidth(CommentColumn, 5);
*/
}
/// Adds an item to mList