We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c1fe7 commit 5260450Copy full SHA for 5260450
1 file changed
lib/Domain/Builders/Faceted/PagePropertyBuilder.cs
@@ -152,9 +152,9 @@ public PagePropertyBuilder SetMargins(
152
Dimension marginLeft)
153
{
154
this.SetMarginTop(marginTop);
155
- this.SetMarginRight(marginTop);
156
- this.SetMarginBottom(marginTop);
157
- this.SetMarginLeft(marginTop);
+ this.SetMarginRight(marginRight);
+ this.SetMarginBottom(marginBottom);
+ this.SetMarginLeft(marginLeft);
158
159
return this;
160
}
@@ -270,4 +270,4 @@ public PagePropertyBuilder UseChromeDefaults()
270
271
272
#endregion
273
-}
+}
0 commit comments