зеркало из https://github.com/mozilla/gecko-dev.git
Outliner's pref height should be 0 if no rows= attribute was specified (not 1 row height). rs=hyatt.
This commit is contained in:
Родитель
cbc9048ae8
Коммит
fecd3e5df9
|
@ -389,7 +389,7 @@ nsOutlinerBodyFrame::GetPrefSize(nsBoxLayoutState& aBoxLayoutState, nsSize& aSiz
|
|||
desiredRows = rows.ToInteger(&err);
|
||||
mHasFixedRowCount = PR_TRUE;
|
||||
} else
|
||||
desiredRows = 1;
|
||||
desiredRows = 0;
|
||||
}
|
||||
|
||||
aSize.height = GetRowHeight() * desiredRows;
|
||||
|
|
|
@ -389,7 +389,7 @@ nsOutlinerBodyFrame::GetPrefSize(nsBoxLayoutState& aBoxLayoutState, nsSize& aSiz
|
|||
desiredRows = rows.ToInteger(&err);
|
||||
mHasFixedRowCount = PR_TRUE;
|
||||
} else
|
||||
desiredRows = 1;
|
||||
desiredRows = 0;
|
||||
}
|
||||
|
||||
aSize.height = GetRowHeight() * desiredRows;
|
||||
|
|
Загрузка…
Ссылка в новой задаче