Mercurial > hg > svgui
diff widgets/PropertyBox.cpp @ 833:57d943a61943
This spacing works a bit better on the Mac (though not really well enough)
author | Chris Cannam |
---|---|
date | Wed, 13 Aug 2014 22:03:19 +0100 |
parents | e4773943c9c1 |
children | 1986c9b0d9c3 4a578a360011 |
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp Wed Aug 13 21:45:59 2014 +0100 +++ b/widgets/PropertyBox.cpp Wed Aug 13 22:03:19 2014 +0100 @@ -76,6 +76,8 @@ m_layout = new QGridLayout; m_layout->setMargin(0); + m_layout->setHorizontalSpacing(2); + m_layout->setVerticalSpacing(1); m_mainWidget->setLayout(m_layout); PropertyContainer::PropertyList properties = m_container->getProperties();