mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-19 15:06:07 +01:00
Criterion for meter single height or double height when docked made same as size for switching meter from compact to not.
This commit is contained in:
@@ -228,7 +228,7 @@ wxSize MeterToolBar::GetDockedSize()
|
||||
sz.x = wxMax( sz.x, sz2.x );
|
||||
sz.y = wxMax( sz.y, sz2.y );
|
||||
// 50 is the size where we switch from expanded to compact.
|
||||
if( sz.y < 55 )
|
||||
if( sz.y < 50 )
|
||||
sz.y = tbs-1;
|
||||
else
|
||||
sz.y = 2 * tbs -1;
|
||||
|
||||
Reference in New Issue
Block a user