From e313e070ad28e260d87eca66c4817a0ec9eba0a1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Mon, 14 May 2012 21:51:30 +0200 Subject: [PATCH] Fix geometry widget layout --- src/geometrywidget.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/geometrywidget.cpp b/src/geometrywidget.cpp index d0389e5a..e9be1048 100644 --- a/src/geometrywidget.cpp +++ b/src/geometrywidget.cpp @@ -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())); -- 2.39.2