1
0
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:
james.k.crook@gmail.com
2013-08-25 11:35:01 +00:00
parent 1f79c6ad0a
commit 25f2206205
2 changed files with 88 additions and 45 deletions

View File

@@ -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);
{