comparison 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
comparison
equal deleted inserted replaced
832:44acc0e5e004 833:57d943a61943
74 m_viewPlayFrame = 0; 74 m_viewPlayFrame = 0;
75 populateViewPlayFrame(); 75 populateViewPlayFrame();
76 76
77 m_layout = new QGridLayout; 77 m_layout = new QGridLayout;
78 m_layout->setMargin(0); 78 m_layout->setMargin(0);
79 m_layout->setHorizontalSpacing(2);
80 m_layout->setVerticalSpacing(1);
79 m_mainWidget->setLayout(m_layout); 81 m_mainWidget->setLayout(m_layout);
80 82
81 PropertyContainer::PropertyList properties = m_container->getProperties(); 83 PropertyContainer::PropertyList properties = m_container->getProperties();
82 84
83 blockSignals(true); 85 blockSignals(true);