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:
parent
87439b5761
commit
522660c9cc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user