diff options
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtProfileWindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtProfileWindow.cpp b/Swift/QtUI/QtProfileWindow.cpp index 2b723be..0faa78f 100644 --- a/Swift/QtUI/QtProfileWindow.cpp +++ b/Swift/QtUI/QtProfileWindow.cpp @@ -65,6 +65,7 @@ QtProfileWindow::QtProfileWindow() { horizontalLayout->addWidget(throbberLabel); saveButton = new QPushButton(tr("Save"), this); + saveButton->setDefault( true ); connect(saveButton, SIGNAL(clicked()), SLOT(handleSave())); horizontalLayout->addWidget(saveButton); |