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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user