mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Meter options now in horizontal layout, so reducing wasted white space.
This commit is contained in:
parent
96417b912e
commit
2c76f78760
@ -1490,6 +1490,8 @@ void Meter::OnPreferences(wxCommandEvent & WXUNUSED(event))
|
||||
}
|
||||
S.EndStatic();
|
||||
|
||||
S.StartHorizontalLay();
|
||||
{
|
||||
S.StartStatic(_("Meter Style"), 0);
|
||||
{
|
||||
S.StartVerticalLay();
|
||||
@ -1537,7 +1539,8 @@ void Meter::OnPreferences(wxCommandEvent & WXUNUSED(event))
|
||||
S.EndVerticalLay();
|
||||
}
|
||||
S.EndStatic();
|
||||
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
S.AddStandardButtons();
|
||||
}
|
||||
S.EndVerticalLay();
|
||||
|
Loading…
x
Reference in New Issue
Block a user