Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-08-19 15:07:33 +0300
committerHannah von Reth <vonreth@kde.org>2020-08-19 15:11:15 +0300
commitd7ce72a31f002f9cb47fce2c6cb1e9a0267e0ad7 (patch)
tree1a026f7371a9651fa01e5ad4f8839e6931809947 /src
parent79f6a04ad97cac771d03297d89999c696eafadb9 (diff)
Use the same wizard style on all platforms
Diffstat (limited to 'src')
-rw-r--r--src/gui/folderwizard.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/folderwizard.cpp b/src/gui/folderwizard.cpp
index 58995192b..7483af6f4 100644
--- a/src/gui/folderwizard.cpp
+++ b/src/gui/folderwizard.cpp
@@ -573,6 +573,7 @@ FolderWizard::FolderWizard(AccountPtr account, QWidget *parent)
setWindowTitle(tr("Add Folder Sync Connection"));
setOptions(QWizard::CancelButtonOnLeft);
setButtonText(QWizard::FinishButton, tr("Add Sync Connection"));
+ setWizardStyle(QWizard::ModernStyle);
}
FolderWizard::~FolderWizard()