mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 16:11:11 +01:00
Fix layout of dependency warning
This commit is contained in:
@@ -392,7 +392,7 @@ void DependencyDialog::PopulateOrExchange(ShuttleGui& S)
|
||||
|
||||
if (mIsSaving)
|
||||
{
|
||||
S.StartHorizontalLay(wxALIGN_LEFT);
|
||||
S.StartHorizontalLay(wxALIGN_LEFT,0);
|
||||
{
|
||||
wxArrayString choices;
|
||||
/*i18n-hint: One of the choices of what you want Audacity to do when
|
||||
|
||||
Reference in New Issue
Block a user