diff options
| author | Laurent Montel <[email protected]> | 2019-02-27 08:59:18 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2019-02-27 08:59:18 +0100 |
| commit | 4315e5c9380e22eed483f00adac3d075369eae49 (patch) | |
| tree | 8d86e02ae6b54ec1bdb6c057896ff0bffc09c173 /src/panels/folders | |
| parent | 1c6240964bb8ce9d55069cc9082978e34c22e84c (diff) | |
remove deprecated methods
Diffstat (limited to 'src/panels/folders')
| -rw-r--r-- | src/panels/folders/folderspanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/folders/folderspanel.cpp b/src/panels/folders/folderspanel.cpp index c98a2150c..95953f66b 100644 --- a/src/panels/folders/folderspanel.cpp +++ b/src/panels/folders/folderspanel.cpp @@ -178,7 +178,7 @@ void FoldersPanel::showEvent(QShowEvent* event) container->setEnabledFrame(false); QVBoxLayout* layout = new QVBoxLayout(this); - layout->setMargin(0); + layout->setContentsMargins(0, 0, 0, 0); layout->addWidget(container); } |
