forked from teamnwah/openmw-tes3coop
ExtendedCommandConfigurator: the perform button is now the default for the widget
This commit is contained in:
parent
e664ef7578
commit
ff3c9a6fb2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue