-rw-r--r-- | noncore/settings/networksettings/ppp/accounts.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/ppp/edit.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/noncore/settings/networksettings/ppp/accounts.cpp b/noncore/settings/networksettings/ppp/accounts.cpp index 7760d5e..04905e8 100644 --- a/noncore/settings/networksettings/ppp/accounts.cpp +++ b/noncore/settings/networksettings/ppp/accounts.cpp @@ -242,13 +242,13 @@ int AccountWidget::doTab(){ tabWindow->addTab( exec_w, tr("Execute") ); int result = 0; bool ok = false; while (!ok){ - // dlg->showMinimized(); + dlg->showMaximized(); result = dlg->exec(); ok = true; if(result == QDialog::Accepted) { if (!auth_w->check()){ ok = false; diff --git a/noncore/settings/networksettings/ppp/edit.cpp b/noncore/settings/networksettings/ppp/edit.cpp index b880978..0c96253 100644 --- a/noncore/settings/networksettings/ppp/edit.cpp +++ b/noncore/settings/networksettings/ppp/edit.cpp @@ -212,12 +212,13 @@ void DialWidget::downNumber() { } } void DialWidget::pppdargsbutton() { PPPdArguments pa(_pppdata, this); + pa.showMaximized(); pa.exec(); } ///////////////////////////////////////////////////////////////////////////// |