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 a514b0f commit 0603c45Copy full SHA for 0603c45
src/gui/qgsformannotationitem.cpp
@@ -146,7 +146,7 @@ QSizeF QgsFormAnnotationItem::minimumFrameSize() const
146
if ( mDesignerWidget )
147
{
148
QSizeF widgetMinSize = mDesignerWidget->minimumSize();
149
- return QSizeF( 2 * mFrameBorderWidth + widgetMinSize.width(), 2 * mFrameBorderWidth + widgetMinSize.width() );
+ return QSizeF( 2 * mFrameBorderWidth + widgetMinSize.width(), 2 * mFrameBorderWidth + widgetMinSize.height() );
150
}
151
else
152
0 commit comments