diff widgets/PropertyBox.h @ 493:4afdcecbd62e

* experiment (does this improve layout on mac?)
author Chris Cannam
date Wed, 11 Feb 2009 14:44:14 +0000
parents 0bcb449d15f4
children 461a600ff26d
line wrap: on
line diff
--- a/widgets/PropertyBox.h	Mon Feb 09 16:50:52 2009 +0000
+++ b/widgets/PropertyBox.h	Wed Feb 11 14:44:14 2009 +0000
@@ -85,7 +85,7 @@
     QVBoxLayout *m_mainBox;
     LEDButton *m_showButton;
     LEDButton *m_playButton;
-    std::map<QString, QLayout *> m_groupLayouts;
+    std::map<QString, QGridLayout *> m_groupLayouts;
     std::map<QString, QWidget *> m_propertyControllers;
 };