1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

AUP3: Change column header in History dialog

This commit is contained in:
Leland Lucius 2020-08-04 10:04:44 -05:00
parent 021508c7b9
commit 8069b2b39b

View File

@ -95,7 +95,7 @@ HistoryDialog::HistoryDialog(AudacityProject *parent, UndoManager *manager):
.MinSize()
.AddListControlReportMode(
{ { XO("Action"), wxLIST_FORMAT_LEFT, 260 },
{ XO("Reclaimable Space"), wxLIST_FORMAT_LEFT, 125 } },
{ XO("Used Space"), wxLIST_FORMAT_LEFT, 125 } },
wxLC_SINGLE_SEL
);