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:
Volker Fischer 2020-05-21 23:20:53 +02:00
parent 003eebe676
commit 5f67c48cd3

View File

@ -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 );