mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 15:41:18 +01:00
Meter options now in horizontal layout, so reducing wasted white space.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user