зеркало из https://github.com/mozilla/pjs.git
b=91321 r=peterl sr=attinasi. Moved margins in by .25 inches.
This commit is contained in:
Родитель
56bc87483d
Коммит
00f639a4aa
|
@ -311,6 +311,8 @@ nsPageFrame::DrawHeaderFooter(nsIRenderingContext& aRenderingContext,
|
|||
|
||||
// cacl the x and y positions of the text
|
||||
nsRect rect(aRect);
|
||||
nscoord quarterInch = NS_INCHES_TO_TWIPS(0.25);
|
||||
rect.Deflate(quarterInch,0);
|
||||
nscoord x = GetXPosition(aRenderingContext, rect, aJust, str);
|
||||
nscoord y;
|
||||
if (aHeaderFooter == eHeader) {
|
||||
|
|
|
@ -311,6 +311,8 @@ nsPageFrame::DrawHeaderFooter(nsIRenderingContext& aRenderingContext,
|
|||
|
||||
// cacl the x and y positions of the text
|
||||
nsRect rect(aRect);
|
||||
nscoord quarterInch = NS_INCHES_TO_TWIPS(0.25);
|
||||
rect.Deflate(quarterInch,0);
|
||||
nscoord x = GetXPosition(aRenderingContext, rect, aJust, str);
|
||||
nscoord y;
|
||||
if (aHeaderFooter == eHeader) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче