From a03138017de60a336535d7b5c625aac4ba79a58f Mon Sep 17 00:00:00 2001 From: Till Theato Date: Sun, 7 Nov 2010 17:46:31 +0000 Subject: [PATCH] Use less space for double parameter widgets svn path=/trunk/kdenlive/; revision=5080 --- src/doubleparameterwidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doubleparameterwidget.cpp b/src/doubleparameterwidget.cpp index 2181bd84..c06e0ed4 100644 --- a/src/doubleparameterwidget.cpp +++ b/src/doubleparameterwidget.cpp @@ -35,6 +35,7 @@ DoubleParameterWidget::DoubleParameterWidget(const QString &name, int value, int m_default(defaultValue) { QHBoxLayout *layout = new QHBoxLayout(this); + layout->setContentsMargins(0, 0, 0, 0); m_name = new QLabel(name, this); layout->addWidget(m_name); -- 2.39.2