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
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-08-13 14:48:10 +0300
committerHannah von Reth <vonreth@kde.org>2021-08-16 11:07:50 +0300
commita61080e1708a253ef8bb5673c896a75ba7ef7051 (patch)
treead9d81ef6ee2db9f2dba6037e2677f845ede9eb8 /src/gui/sharedialog.cpp
parenta9ed2759dd92d76345e851c3d5960453a250f549 (diff)
Fix the resizing of the windgets
Diffstat (limited to 'src/gui/sharedialog.cpp')
-rw-r--r--src/gui/sharedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sharedialog.cpp b/src/gui/sharedialog.cpp
index 60478ac48..666280261 100644
--- a/src/gui/sharedialog.cpp
+++ b/src/gui/sharedialog.cpp
@@ -134,7 +134,7 @@ ShareDialog::ShareDialog(QPointer<AccountState> accountState,
connect(job, &PropfindJob::finishedWithError, this, &ShareDialog::slotPropfindError);
job->start();
- setMinimumSize(minimumSizeHint());
+ resize(ocApp()->gui()->settingsDialog()->sizeHintForChild());
}
ShareDialog::~ShareDialog()