make toolbars a little wider in their parent frame.

git-svn-id: svn://10.0.0.236/trunk@18804 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com
1999-01-27 19:15:01 +00:00
parent 1d7cc71d41
commit ca6d66dfbe

View File

@@ -188,7 +188,7 @@ nsToolboxFrame :: Reflow(nsIPresContext& aPresContext,
// let our toolbox be as wide as our parent says we can be and as tall
// as our child toolbars
aDesiredSize.width = aReflowState.availableWidth - 200;
aDesiredSize.width = aReflowState.availableWidth - 50;
aDesiredSize.height = offset.y;
aStatus = NS_FRAME_COMPLETE;