Skip to content

Commit 3b60d78

Browse files
author
mhugent
committedApr 20, 2010
Fix typo in last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13330 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsformannotationitem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ QSizeF QgsFormAnnotationItem::minimumFrameSize() const
146146
if ( mDesignerWidget )
147147
{
148148
QSizeF widgetMinSize = mDesignerWidget->minimumSize();
149-
return QSizeF( 2 * mFrameBorderWidth + widgetMinSize.width(), 2 * mFrameBorderWidth + widgetMinSize.width() );
149+
return QSizeF( 2 * mFrameBorderWidth + widgetMinSize.width(), 2 * mFrameBorderWidth + widgetMinSize.height() );
150150
}
151151
else
152152
{

0 commit comments

Comments
 (0)
Please sign in to comment.