1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 15:39:42 +00:00

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

This commit is contained in:
Stanislav Bas 2015-07-03 23:35:00 +03:00 committed by cc9cii
parent 09d867c9bf
commit 977f317eb9

View file

@ -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()));