mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 15:43:50 +01:00
Fix for small arrow on wxMac. This is done blind, based on a guess that wxWin resizes the icons and wxMac does not.
This commit is contained in:
@@ -182,7 +182,7 @@ void PluginRegistrationDialog::PopulateOrExchange(ShuttleGui &S)
|
||||
|
||||
pImageList->Add(wxIcon(unchecked_xpm));
|
||||
pImageList->Add(wxIcon(checked_xpm));
|
||||
pImageList->Add(wxIcon(arrow_xpm));
|
||||
pImageList->Add(wxIcon(arrow15x15_xpm));
|
||||
|
||||
S.StartVerticalLay(true);
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user