Description: another arm build fix
Author: Jeremy Bicha <jbicha@ubuntu.com>
Index: fritzing-0.7.12b/src/partsbinpalette/graphicsflowlayout.cpp
===================================================================
--- fritzing-0.7.12b.orig/src/partsbinpalette/graphicsflowlayout.cpp	2013-02-25 08:02:59.000000000 -0500
+++ fritzing-0.7.12b/src/partsbinpalette/graphicsflowlayout.cpp	2013-03-10 09:59:24.332450742 -0400
@@ -80,7 +80,7 @@
 
 		x = nextX;
 		// item->preferredSize().height() returns qreal, armel compiler complains
-		lineHeight = qMax(lineHeight, item->preferredSize().height());
+		lineHeight = qMax(lineHeight, (double) item->preferredSize().height());
 	}
 
 	m_lastWidth = rect.width();
