From 0249a68420ba4e225caba416835fd6ec5500dd19 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 11 Jan 2017 15:55:07 +0100 Subject: [PATCH] SelectiveSync: adjust the position of the "Loading" label It should be parented to the treeview to be sure that is shows inside of it. --- src/gui/selectivesyncdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/selectivesyncdialog.cpp b/src/gui/selectivesyncdialog.cpp index 296b32e5e..4f23e248b 100644 --- a/src/gui/selectivesyncdialog.cpp +++ b/src/gui/selectivesyncdialog.cpp @@ -62,7 +62,7 @@ SelectiveSyncWidget::SelectiveSyncWidget(AccountPtr account, QWidget *parent) , _inserting(false) , _folderTree(new QTreeWidget(this)) { - _loading = new QLabel(tr("Loading ..."), this); + _loading = new QLabel(tr("Loading ..."), _folderTree); auto layout = new QVBoxLayout(this); layout->setContentsMargins(0, 0, 0, 0); -- 2.30.2