diff -r b2b551af3d9f -r 4051f3c8efa2 main_gui.c --- a/main_gui.c Mon Aug 16 18:46:54 2004 +0000 +++ b/main_gui.c Mon Aug 16 21:02:06 2004 +0000 @@ -2207,6 +2207,8 @@ w = AllocateWindowDesc(&_toolb_normal_desc); w->disabled_state = 1 << 17; w->flags4 &= ~WF_WHITE_BORDER_MASK; + + PositionMainToolbar(w); // already WC_MAIN_TOOLBAR passed (&_toolb_normal_desc) _main_status_desc.top = height - 12; w = AllocateWindowDesc(&_main_status_desc); @@ -2222,6 +2224,8 @@ w = AllocateWindowDesc(&_toolb_scen_desc); w->disabled_state = 1 << 9; w->flags4 &= ~WF_WHITE_BORDER_MASK; + + PositionMainToolbar(w); // already WC_MAIN_TOOLBAR passed (&_toolb_scen_desc) break; default: NOT_REACHED();