move info label a bit more in the middle of the fader so that it is easier to see to what fader the info label belongs to
This commit is contained in:
parent
003eebe676
commit
5f67c48cd3
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ CChannelFader::CChannelFader ( QWidget* pNW,
|
|||
pPan->setFixedSize ( 55, 55 );
|
||||
pPan->setNotchesVisible ( true );
|
||||
pPanInfoGrid->addWidget ( pPanLabel, 0, Qt::AlignLeft );
|
||||
pPanInfoGrid->addWidget ( pInfoLabel, 0, Qt::AlignRight );
|
||||
pPanInfoGrid->addWidget ( pInfoLabel );
|
||||
pPanGrid->addLayout ( pPanInfoGrid );
|
||||
pPanGrid->addWidget ( pPan, 0, Qt::AlignHCenter );
|
||||
|
||||
|
|
Loading…
Reference in a new issue