diff widgets/FlowLayout.h @ 166:0442224a9553

correct bug in minimumSize when we have only one row or one column
author lbajardsilogic
date Fri, 16 Nov 2007 13:17:55 +0000
parents 1416cdbe79b6
children
line wrap: on
line diff
--- a/widgets/FlowLayout.h	Thu Nov 15 17:21:04 2007 +0000
+++ b/widgets/FlowLayout.h	Fri Nov 16 13:17:55 2007 +0000
@@ -45,7 +45,7 @@
     QSize minimumSize() const;
 	void setGeometry(const QRect &rect);
     QSize sizeHint() const;
-    QLayoutItem *takeAt(int index);
+	QLayoutItem *takeAt(int index);
 
 private:
     int doLayout(const QRect &rect, bool testOnly) const;