André Hentschel : hhcrtl.ocx: Resize search tab too.

Alexandre Julliard julliard at winehq.org
Tue Apr 19 12:08:18 CDT 2011


Module: wine
Branch: master
Commit: 35103290ca96ce091b9982c43fc76e0fc2678f9b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=35103290ca96ce091b9982c43fc76e0fc2678f9b

Author: André Hentschel <nerv at 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;
 }
 




More information about the wine-cvs mailing list