ieframe: cxMinChild needs to be set if RBBIM_CHILDSIZE is set.

This commit is contained in:
Daniel Jelinski 2012-09-19 20:26:34 +02:00 committed by Alexandre Julliard
parent 92e24af5e8
commit 43950079bb

View file

@ -475,6 +475,7 @@ static void create_rebar(HWND hwnd)
bandinf.fMask = RBBIM_STYLE | RBBIM_CHILD | RBBIM_CHILDSIZE | RBBIM_SIZE;
bandinf.fStyle = RBBS_CHILDEDGE;
bandinf.cx = 100;
bandinf.cxMinChild = 0;
bandinf.cyMinChild = 52;
bandinf.hwndChild = hwndToolbar;