Mercurial > hg > svgui
changeset 606:fbab21439115
Column stretch 0 avoids spare empty space at the right when property boxes are off
author | Chris Cannam |
---|---|
date | Mon, 30 Jan 2012 13:24:55 +0000 |
parents | a7a89ebe4b02 |
children | 5b72899d692b |
files | view/PaneStack.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;