diff dynamin/gui/layout.d @ 100:4f2d709760eb

Change from individual fields to a static array for x, y, width, height, etc.
author Jordan Miner <jminer7@gmail.com>
date Tue, 15 May 2012 15:17:24 -0500
parents 2e466b478c0b
children 73060bc3f004
line wrap: on
line diff
--- a/dynamin/gui/layout.d	Tue May 15 15:03:21 2012 -0500
+++ b/dynamin/gui/layout.d	Tue May 15 15:17:24 2012 -0500
@@ -263,7 +263,7 @@
 		int semiColumns = 0; int semiRows = 0;
 		// the sum of fully elastic width/height, not including semi
 		real elasticWidth = 0, elasticHeight = 0;
-		Size bestSize = Size(0, 0);
+		Size bestSize;
 	}
 	//{{{ getTableSizes()
 	// Fills in the passed in array with the column and row sizes, as well