# HG changeset patch # User Chris Cannam # Date 1407963799 -3600 # Node ID 57d943a6194318315d96bc2b2c81af47cfeda9e3 # Parent 44acc0e5e004758089bf10971f352eba26eeb4a3 This spacing works a bit better on the Mac (though not really well enough) diff -r 44acc0e5e004 -r 57d943a61943 widgets/PropertyBox.cpp --- 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();