diff mde/gui/widget/layout.d @ 136:4084f07f2c7a

Added simpler mergetag readers and writers, with unittest.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 01 Feb 2009 12:36:21 +0000
parents 9fd705793568
children 9f035cd139c6
line wrap: on
line diff
--- a/mde/gui/widget/layout.d	Fri Jan 30 15:51:42 2009 +0000
+++ b/mde/gui/widget/layout.d	Sun Feb 01 12:36:21 2009 +0000
@@ -913,7 +913,7 @@
         b.spacing = 2;
         foreach (ref wd; b.minWidth)
             wd = 10;
-        b.sizable[1] = b.sizable[3] = true;
+        b.sizable = [false, true, false, true, false];
         b.setWidths;
         assert (b.w == 58);