We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa547ba commit 6b3d64eCopy full SHA for 6b3d64e
src/widgets/marginwrapper.cpp
@@ -79,7 +79,7 @@ MarginWrapperManager::MarginWrapperManager(QObject* parent): WrapperManager(pare
79
if (this->bOverrides.value().testFlag(ImplicitHeight)) {
80
return this->bImplicitHeightOverride.value();
81
} else {
82
- return this->bChildImplicitHeight.value() + this->bLeftMargin + this->bRightMargin;
+ return this->bChildImplicitHeight.value() + this->bTopMargin + this->bBottomMargin;
83
}
84
});
85
0 commit comments