1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +02:00

Improve focus rectangle on Mac Transport toolbar buttons, all themes

This commit is contained in:
Paul Licameli 2017-06-16 18:07:43 -04:00
parent 8875702c17
commit 43d1c774bf

View File

@ -144,7 +144,7 @@ AButton *ControlToolBar::MakeButton(teBmps eEnabledUp, teBmps eEnabledDown, teBm
r->SetLabel(label);
enum { deflation =
#ifdef __WXMAC__
3
6
#else
12
#endif