Mercurial > hg > svgui
diff view/PaneStack.cpp @ 1454:4a6ca97ce783 single-point
Remove margin from inner frame
author | Chris Cannam |
---|---|
date | Fri, 10 May 2019 08:44:32 +0100 |
parents | 8afea53332f3 |
children | 69b7fdd6394f |
line wrap: on
line diff
--- a/view/PaneStack.cpp Thu May 09 13:42:18 2019 +0100 +++ b/view/PaneStack.cpp Fri May 10 08:44:32 2019 +0100 @@ -55,6 +55,7 @@ layout->setSpacing(0); m_autoResizeLayout = new QVBoxLayout; + m_autoResizeLayout->setMargin(0); m_autoResizeLayout->setSpacing(0); m_autoResizeStack->setLayout(m_autoResizeLayout); m_autoResizeStack->hide();