Implemented the Win95 look and feel.

diff --git a/controls/listbox.c b/controls/listbox.c
index 6f8a469..899a73b 100644
--- a/controls/listbox.c
+++ b/controls/listbox.c
@@ -2077,7 +2077,7 @@
 	if( descr->lphc && (descr->lphc->dwStyle & CBS_DROPDOWN))
 	{
 	    /* WinWord gets VERY unhappy if we send WM_MEASUREITEM from here */
-	    descr->item_height = lphc->RectButton.bottom - lphc->RectButton.top - 6;
+	  descr->item_height = lphc->fixedOwnerDrawHeight;
 	}
 	else
 	{