mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 18:53:24 +01:00
Fix for bug 1153
bug 1153: Using Windows, with display of all items set to 125%, in the dialogs for select audio host, select recording device, etc. the ok and cancel buttons had a very small height, and their labels were very difficult to read.
This commit is contained in:
@@ -802,11 +802,11 @@ void DeviceToolBar::ShowComboDialog(wxChoice *combo, const wxString &title)
|
||||
&inputSources);
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
S.AddStandardButtons();
|
||||
}
|
||||
S.EndVerticalLay();
|
||||
S.AddStandardButtons();
|
||||
|
||||
dlg.SetSize(dlg.GetSizer()->GetMinSize());
|
||||
dlg.GetSizer()->SetSizeHints(&dlg);
|
||||
dlg.Center();
|
||||
|
||||
if (dlg.ShowModal() == wxID_OK)
|
||||
|
||||
Reference in New Issue
Block a user