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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-02-16 12:24:26 +0300
committerFelix Weilbach <felix.weilbach@nextcloud.com>2021-03-10 11:55:40 +0300
commitf55e5b18851e00b34a7f657371e3bb3b3d8922d4 (patch)
treeec3d00afa9e50966c4a0a7d7b0bb79fcd868e69c /src/gui/application.cpp
parent91859560697970a188a16c343e0aec1e32208875 (diff)
Restyle wizard
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Diffstat (limited to 'src/gui/application.cpp')
-rw-r--r--src/gui/application.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/application.cpp b/src/gui/application.cpp
index 2813ae45f..d23be5c14 100644
--- a/src/gui/application.cpp
+++ b/src/gui/application.cpp
@@ -338,9 +338,6 @@ Application::Application(int &argc, char **argv)
FolderMan::instance()->setupFolders();
_proxy.setupQtProxyFromConfig(); // folders have to be defined first, than we set up the Qt proxy.
- // Enable word wrapping of QInputDialog (#4197)
- setStyleSheet("QInputDialog QLabel { qproperty-wordWrap:1; }");
-
connect(AccountManager::instance(), &AccountManager::accountAdded,
this, &Application::slotAccountStateAdded);
connect(AccountManager::instance(), &AccountManager::accountRemoved,