aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ScreenshotBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-04-15 23:09:26 -0400
committerbobzel <zzzman@gmail.com>2021-04-15 23:09:26 -0400
commite55aed8d419d9e1d7385d0556c09405035f01e7c (patch)
treebfb7763cf7c8cd28ff99d62db88783eae3f21377 /src/client/views/nodes/ScreenshotBox.tsx
parent70f92c85461dc50fb0e63d3ecd5c429bcae37cc7 (diff)
cleaned up CollectionCarousel and styleprovider to handle sub-component properties better. updated resizers in multicol/row to be visible.
Diffstat (limited to 'src/client/views/nodes/ScreenshotBox.tsx')
-rw-r--r--src/client/views/nodes/ScreenshotBox.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/ScreenshotBox.tsx b/src/client/views/nodes/ScreenshotBox.tsx
index c4f8d1143..44460dc41 100644
--- a/src/client/views/nodes/ScreenshotBox.tsx
+++ b/src/client/views/nodes/ScreenshotBox.tsx
@@ -194,8 +194,8 @@ export class ScreenshotBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatabl
select={emptyFunction}
isContentActive={returnFalse}
scaling={returnOne}
- xMargin={25}
- yMargin={10}
+ xPadding={25}
+ yPadding={10}
whenChildContentsActiveChanged={emptyFunction}
removeDocument={returnFalse}
moveDocument={returnFalse}