From 553beb64b5a73d602ef30aaf6c224fbf6e41f9d7 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sun, 10 Feb 2013 08:44:47 +0000 Subject: [PATCH] code style --- src/audiomixerboard.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/audiomixerboard.cpp b/src/audiomixerboard.cpp index adc19fb0..58ea5f93 100755 --- a/src/audiomixerboard.cpp +++ b/src/audiomixerboard.cpp @@ -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 );