Mercurial > hg > svgui
diff widgets/PropertyBox.cpp @ 170:bdba24db0446
* minor fixes to tooltip
author | Chris Cannam |
---|---|
date | Tue, 17 Oct 2006 13:50:17 +0000 |
parents | d4be66d61c04 |
children | 42118892f428 |
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp Tue Oct 17 13:49:31 2006 +0000 +++ b/widgets/PropertyBox.cpp Tue Oct 17 13:50:17 2006 +0000 @@ -181,7 +181,6 @@ gainDial->setFixedWidth(24); gainDial->setFixedHeight(24); gainDial->setNotchesVisible(false); -//!!! gainDial->setToolTip(tr("Playback Level")); gainDial->setDefaultValue(0); gainDial->setObjectName(tr("Playback Gain")); gainDial->setRangeMapper(new LinearRangeMapper @@ -333,7 +332,6 @@ if (inGroup) { dial->setFixedWidth(24); dial->setFixedHeight(24); -//!!! dial->setToolTip(propertyLabel); m_groupLayouts[groupName]->addWidget(dial); } else { dial->setFixedWidth(32);