# HG changeset patch # User Chris Cannam # Date 1327929895 0 # Node ID fbab214391157f0aa2c50912c6056354b787dcb0 # Parent a7a89ebe4b0202f254c96631cb1e9a9d6d74d740 Column stretch 0 avoids spare empty space at the right when property boxes are off diff -r a7a89ebe4b02 -r fbab21439115 view/PaneStack.cpp --- a/view/PaneStack.cpp Mon Jan 23 14:28:40 2012 +0000 +++ b/view/PaneStack.cpp Mon Jan 30 13:24:55 2012 +0000 @@ -122,7 +122,7 @@ properties->setParent(m_propertyStackStack); m_propertyStackStack->addWidget(properties); } - layout->setColumnStretch(2, 1); + layout->setColumnStretch(2, 0); PaneRec rec; rec.pane = pane;