code style

This commit is contained in:
Volker Fischer 2013-02-10 08:44:47 +00:00
parent 969b91da99
commit 553beb64b5

View File

@ -62,8 +62,8 @@ CChannelFader::CChannelFader ( QWidget* pNW,
pLabel->setTextFormat ( Qt::PlainText );
pLabel->setAlignment ( Qt::AlignHCenter );
pLabel->setStyleSheet (
"QLabel { color: black;"
" font: bold; }" );
"QLabel { color: black;"
" font: bold; }" );
// set margins of the layouts to zero to get maximum space for the controls
pMainGrid->setContentsMargins ( 0, 0, 0, 0 );