Mercurial > hg > svgui
diff widgets/PluginParameterDialog.cpp @ 122:71992cee2ece
* Finish preferences dialog (as far as it's going at the moment) and connect it up
* Fix Parzen window shape (was triangular!)
* Various fixes to spectrogram draw coordinates in smoothing mode etc
* Draw C keys in grey on the piano
author | Chris Cannam |
---|---|
date | Fri, 21 Jul 2006 16:03:42 +0000 |
parents | 551d7ae05526 |
children | b9235b62fe31 |
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.cpp Thu Jul 20 16:51:20 2006 +0000 +++ b/widgets/PluginParameterDialog.cpp Fri Jul 21 16:03:42 2006 +0000 @@ -38,6 +38,8 @@ m_channel(defaultChannel), m_parameterBox(0) { + setWindowTitle(tr("Plugin Parameters")); + QGridLayout *grid = new QGridLayout; setLayout(grid);