under Mac the slim fader label must be a bit higher so that all have the same length
This commit is contained in:
parent
bfc438ba20
commit
0d77ccdcc4
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ void CChannelFader::SetGUIDesign ( const EGUIDesign eNewDesign )
|
||||||
|
|
||||||
case GD_SLIMFADER:
|
case GD_SLIMFADER:
|
||||||
pLabelPictGrid->addWidget ( plblLabel, 0, Qt::AlignHCenter ); // label below icons
|
pLabelPictGrid->addWidget ( plblLabel, 0, Qt::AlignHCenter ); // label below icons
|
||||||
pLabelInstBox->setMinimumHeight ( 80 ); // maximum hight of the instrument+flag+label
|
pLabelInstBox->setMinimumHeight ( 84 ); // maximum hight of the instrument+flag+label
|
||||||
pPan->setFixedSize ( 28, 28 );
|
pPan->setFixedSize ( 28, 28 );
|
||||||
pFader->setTickPosition ( QSlider::NoTicks );
|
pFader->setTickPosition ( QSlider::NoTicks );
|
||||||
pFader->setStyleSheet ( "" );
|
pFader->setStyleSheet ( "" );
|
||||||
|
|
Loading…
Reference in a new issue