FxMixerView: set minimum width for EffectRackView
The EffectRackView was a little bit too small in Win32 build, therefore explicitely set minimum width.
This commit is contained in:
@@ -209,6 +209,8 @@ FxMixerView::FxMixerView() :
|
||||
|
||||
cv->m_rackView = new EffectRackView(
|
||||
&m->m_fxChannels[i]->m_fxChain, this );
|
||||
cv->m_rackView->setMinimumWidth( 244 );
|
||||
|
||||
m_fxRacksLayout->addWidget( cv->m_rackView );
|
||||
if( i == 0 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user