Commit b20a3618 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Force firstRun Ok button to be focused.

parent 055b9c47
......@@ -102,5 +102,6 @@ void FirstRun::buildPrivDialog()
gLayout->addWidget( ok, 2, 2 );
CONNECT( ok, clicked(), this, save() );
ok->setFocus();
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment