changeset 18538:2e11d73c4ff1

Properly set the initial size of widgets.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 15 Jul 2007 02:38:09 +0000
parents 52f3e904a250
children 1148da95ddeb
files finch/libgnt/gntbox.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/gntbox.c	Sun Jul 15 02:26:17 2007 +0000
+++ b/finch/libgnt/gntbox.c	Sun Jul 15 02:38:09 2007 +0000
@@ -222,6 +222,7 @@
 				h = maxh;
 		}
 
+		gnt_widget_confirm_size(wid, w, h);
 		gnt_widget_set_size(wid, w, h);
 	}