1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-05 06:39:26 +02:00

Fix layout of dependency warning

This commit is contained in:
Steve Daulton 2018-05-11 21:38:11 +01:00
parent 87439b5761
commit 522660c9cc

View File

@ -392,7 +392,7 @@ void DependencyDialog::PopulateOrExchange(ShuttleGui& S)
if (mIsSaving) if (mIsSaving)
{ {
S.StartHorizontalLay(wxALIGN_LEFT); S.StartHorizontalLay(wxALIGN_LEFT,0);
{ {
wxArrayString choices; wxArrayString choices;
/*i18n-hint: One of the choices of what you want Audacity to do when /*i18n-hint: One of the choices of what you want Audacity to do when