Module: wine Branch: master Commit: 35103290ca96ce091b9982c43fc76e0fc2678f9b URL: http://source.winehq.org/git/wine.git/?a=commit;h=35103290ca96ce091b9982c43f...
Author: André Hentschel nerv@dawncrow.de Date: Sat Apr 16 17:31:15 2011 +0200
hhcrtl.ocx: Resize search tab too.
---
dlls/hhctrl.ocx/help.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/hhctrl.ocx/help.c b/dlls/hhctrl.ocx/help.c index 61d90f6..e151ab2 100644 --- a/dlls/hhctrl.ocx/help.c +++ b/dlls/hhctrl.ocx/help.c @@ -441,6 +441,7 @@ static LRESULT Child_OnSize(HWND hwnd)
ResizeTabChild(info, TAB_CONTENTS); ResizeTabChild(info, TAB_INDEX); + ResizeTabChild(info, TAB_SEARCH); return 0; }