changeset 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 44acc0e5e004
children 9ad718fdc369
files widgets/PropertyBox.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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();