diff widgets/PluginParameterDialog.cpp @ 251:948a3b05798b

* minor usability fixes
author Chris Cannam
date Fri, 18 May 2007 16:47:38 +0000
parents e6d0b097d102
children 4edaff85875d
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.cpp	Fri May 04 19:01:13 2007 +0000
+++ b/widgets/PluginParameterDialog.cpp	Fri May 18 16:47:38 2007 +0000
@@ -226,6 +226,7 @@
 
     QPushButton *ok = new QPushButton(tr("OK"));
     QPushButton *cancel = new QPushButton(tr("Cancel"));
+    ok->setDefault(true);
     hbox->addStretch(10);
     hbox->addWidget(ok);
     hbox->addWidget(cancel);