Commit 43950079 authored by Daniel Jelinski's avatar Daniel Jelinski Committed by Alexandre Julliard

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

parent 92e24af5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment