]> git.sesse.net Git - kdenlive/commitdiff
Fix geometry widget layout
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 14 May 2012 19:51:30 +0000 (21:51 +0200)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 14 May 2012 19:51:30 +0000 (21:51 +0200)
src/geometrywidget.cpp

index d0389e5a1cdc8c53939721df4e4cd334137d16bd..e9be10488c17a3c92a9e1cde9c1efd33c669bc2f 100644 (file)
@@ -110,6 +110,8 @@ GeometryWidget::GeometryWidget(Monitor* monitor, Timecode timecode, int clipPos,
     m_spinHeight = new DragValue(i18nc("Frame height", "H"), m_monitor->render->renderHeight(), 0, 1, 99000, -1, QString(), false, this);
     m_ui.horizontalLayout->addWidget(m_spinHeight, 0, 3);
 
+    m_ui.horizontalLayout->setColumnStretch(4, 10);
+
     QMenu *menu = new QMenu(this);
     QAction *adjustSize = new QAction(i18n("Adjust to original size"), this);
     connect(adjustSize, SIGNAL(triggered()), this, SLOT(slotAdjustToFrameSize()));