fix: double margin (#4839)
order of the QMargins class differed from the old custom Margins class Fixes #4838
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
namespace {
|
||||
|
||||
constexpr const QMargins MARGIN{4, 8, 4, 8};
|
||||
constexpr const QMargins MARGIN{8, 4, 8, 4};
|
||||
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user