code style
This commit is contained in:
parent
969b91da99
commit
553beb64b5
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ CChannelFader::CChannelFader ( QWidget* pNW,
|
||||||
pLabel->setTextFormat ( Qt::PlainText );
|
pLabel->setTextFormat ( Qt::PlainText );
|
||||||
pLabel->setAlignment ( Qt::AlignHCenter );
|
pLabel->setAlignment ( Qt::AlignHCenter );
|
||||||
pLabel->setStyleSheet (
|
pLabel->setStyleSheet (
|
||||||
"QLabel { color: black;"
|
"QLabel { color: black;"
|
||||||
" font: bold; }" );
|
" font: bold; }" );
|
||||||
|
|
||||||
// set margins of the layouts to zero to get maximum space for the controls
|
// set margins of the layouts to zero to get maximum space for the controls
|
||||||
pMainGrid->setContentsMargins ( 0, 0, 0, 0 );
|
pMainGrid->setContentsMargins ( 0, 0, 0, 0 );
|
||||||
|
|
Loading…
Reference in a new issue