]> git.sesse.net Git - kdenlive/commitdiff
Use less space for double parameter widgets
authorTill Theato <root@ttill.de>
Sun, 7 Nov 2010 17:46:31 +0000 (17:46 +0000)
committerTill Theato <root@ttill.de>
Sun, 7 Nov 2010 17:46:31 +0000 (17:46 +0000)
svn path=/trunk/kdenlive/; revision=5080

src/doubleparameterwidget.cpp

index 2181bd8421ad64e890475a63deaae2dcc85544f5..c06e0ed4fd964a90d4fd2c747db30e47c478e5ba 100644 (file)
@@ -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);