Always give <isindex> a space manager. Bug 265371, r+sr=roc

git-svn-id: svn://10.0.0.236/trunk@164483 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2004-10-27 01:36:35 +00:00
parent 874f1be4cf
commit 31ff66e9c2
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ NS_NewIsIndexFrame(nsIPresShell* aPresShell, nsIFrame** aNewFrame)
nsIsIndexFrame::nsIsIndexFrame()
{
//Shrink the area around it's contents
SetFlags(NS_BLOCK_SHRINK_WRAP);
SetFlags(NS_BLOCK_SHRINK_WRAP | NS_BLOCK_SPACE_MGR);
}
nsIsIndexFrame::~nsIsIndexFrame()

View File

@@ -100,7 +100,7 @@ NS_NewIsIndexFrame(nsIPresShell* aPresShell, nsIFrame** aNewFrame)
nsIsIndexFrame::nsIsIndexFrame()
{
//Shrink the area around it's contents
SetFlags(NS_BLOCK_SHRINK_WRAP);
SetFlags(NS_BLOCK_SHRINK_WRAP | NS_BLOCK_SPACE_MGR);
}
nsIsIndexFrame::~nsIsIndexFrame()