diff dwt/widgets/Button.d @ 136:1a0129cab08e

Fixes #5
author Jacob Carlborg <doob@me.com>
date Sat, 30 May 2009 21:38:21 +0200
parents 63a09873578e
children
line wrap: on
line diff
--- a/dwt/widgets/Button.d	Sun May 24 22:24:42 2009 +0200
+++ b/dwt/widgets/Button.d	Sat May 30 21:38:21 2009 +0200
@@ -82,6 +82,7 @@
 
     alias Control.setBackground setBackground;
     alias Control.setForeground setForeground;
+    alias Control.computeSize computeSize;
     
     String text = "";
     Image image;