mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Preferences: Use apply instead of reset to defaults
Change the Reset to Defaults button to Apply in the preferences dialog. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ff57881265
commit
bf12c3533c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ PreferencesDialog::PreferencesDialog()
|
|||
pagesStack = new QStackedWidget();
|
||||
buttonBox = new QDialogButtonBox(
|
||||
QDialogButtonBox::Save |
|
||||
QDialogButtonBox::RestoreDefaults |
|
||||
QDialogButtonBox::Apply |
|
||||
QDialogButtonBox::Cancel);
|
||||
|
||||
pagesList->setMinimumWidth(120);
|
||||
|
|
Loading…
Add table
Reference in a new issue