Mercurial > hg > svgui
diff widgets/PropertyBox.cpp @ 842:8432d2551fb2 tonioni
Update subrepos and merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 02 Sep 2014 16:23:48 +0100 |
parents | 57d943a61943 |
children | 1986c9b0d9c3 4a578a360011 |
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp Fri Jul 18 15:06:04 2014 +0100 +++ b/widgets/PropertyBox.cpp Tue Sep 02 16:23:48 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();