ExtendedCommandConfigurator: the perform button is now the default for the widget

sceneinput
Stanislav Bas 10 years ago
parent e664ef7578
commit ff3c9a6fb2

@ -20,6 +20,7 @@ CSVWorld::ExtendedCommandConfigurator::ExtendedCommandConfigurator(CSMDoc::Docum
mCommandDispatcher = new CSMWorld::CommandDispatcher(document, id, this);
mPerformButton = new QPushButton(this);
mPerformButton->setDefault(true);
mPerformButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
connect(mPerformButton, SIGNAL(clicked(bool)), this, SLOT(performExtendedCommand()));

Loading…
Cancel
Save