mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +02:00
Bug 2087 - Mixer Board gain control dialog is ridiculously over-long vertically
This commit is contained in:
parent
2de696b461
commit
d994860311
@ -983,7 +983,9 @@ bool LWSlider::DoShowDialog(wxPoint pos)
|
|||||||
wxID_ANY,
|
wxID_ANY,
|
||||||
mName,
|
mName,
|
||||||
pos,
|
pos,
|
||||||
wxSize( mWidth, mHeight ),
|
// Bug 2087. wxMin takes care of case where
|
||||||
|
// slider is vertical (tall and narrow)
|
||||||
|
wxSize( mWidth, wxMin( mWidth, mHeight) ),
|
||||||
mStyle,
|
mStyle,
|
||||||
Get(),
|
Get(),
|
||||||
mScrollLine,
|
mScrollLine,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user