fix: double margin (#4839)

order of the QMargins class differed from the old custom Margins class

Fixes #4838
This commit is contained in:
pajlada
2023-09-23 23:14:53 +02:00
committed by GitHub
parent 6860c7007e
commit 06eb30a50a
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@
namespace {
constexpr const QMargins MARGIN{4, 8, 4, 8};
constexpr const QMargins MARGIN{8, 4, 8, 4};
} // namespace