diff widgets/PropertyBox.h @ 207:95d9c6de5a4f

add a tool tip to the fader button (plugin parameters of property box)
author lbajardsilogic
date Thu, 31 Jan 2008 10:37:01 +0000
parents 2e81141893db
children 7d5d51145b81
line wrap: on
line diff
--- a/widgets/PropertyBox.h	Thu Jan 31 10:08:45 2008 +0000
+++ b/widgets/PropertyBox.h	Thu Jan 31 10:37:01 2008 +0000
@@ -85,7 +85,7 @@
     QVBoxLayout *m_mainBox;
     LEDButton *m_showButton;
     LEDButton *m_playButton;
-    std::map<QString, QLayout *> m_groupLayouts;
+	std::map<QString, QLayout *> m_groupLayouts;
     std::map<QString, QWidget *> m_propertyControllers;
 
 public :