hhcrtl.ocx: Resize search tab too.

This commit is contained in:
André Hentschel 2011-04-16 17:31:15 +02:00 committed by Alexandre Julliard
parent 5ad5a19027
commit 35103290ca

View file

@ -441,6 +441,7 @@ static LRESULT Child_OnSize(HWND hwnd)
ResizeTabChild(info, TAB_CONTENTS);
ResizeTabChild(info, TAB_INDEX);
ResizeTabChild(info, TAB_SEARCH);
return 0;
}