summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2010-06-18 12:29:29 +0200
committerChristian Kamm <christian.d.kamm@nokia.com>2010-06-18 12:29:29 +0200
commit4f026c63b72053ada1d8bfefad02aa99456bb094 (patch)
treec620a3915590fbf0a29cbbab4af2ad4642a6dcac
parentfbd4c2041f85e3cf728fd08eda69058474367161 (diff)
Remove spurious left margin from page headers.
Reviewed-by: owolff
-rw-r--r--library/remotecontrolwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/remotecontrolwidget.cpp b/library/remotecontrolwidget.cpp
index 4f16f61..d08cdff 100644
--- a/library/remotecontrolwidget.cpp
+++ b/library/remotecontrolwidget.cpp
@@ -174,7 +174,7 @@ PageWidget::PageWidget(const QString &title, QWidget *content, QWidget *parent)
labelFont.setPointSize(11);
mHeaderLabel->setFont(labelFont);
mHeaderLayout = new QHBoxLayout();
- mHeaderLayout->setContentsMargins(9, 0, labelMargins.right(), 0);
+ mHeaderLayout->setContentsMargins(0, 0, labelMargins.right(), 0);
mHeaderLayout->addWidget(mHeaderLabel);
mHeader->setLayout(mHeaderLayout);