src/signs_gui.cpp
branchcpp_gui
changeset 6263 19dab6a68886
parent 6258 a2f86b8fd99b
child 6298 c30fe89622df
--- a/src/signs_gui.cpp	Mon Feb 19 20:37:33 2007 +0000
+++ b/src/signs_gui.cpp	Tue Feb 27 13:26:47 2007 +0000
@@ -145,6 +145,6 @@
 	if (w != NULL) {
 		w->vscroll.cap = 12;
 		w->resize.step_height = 10;
-		w->resize.height = w->height - 10 * 7; // minimum if 5 in the list
+		w->resize.height = w->Height() - 10 * 7; // minimum if 5 in the list
 	}
 }