aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-02-20 02:01:00 -0500
committersrichman333 <sarah_n_richman@brown.edu>2023-02-20 02:01:00 -0500
commit560d1d972b3dedb03f8af117f38b8bd836e9eccb (patch)
tree244088adf1787f613b81919592f19d51229e2d5c /src
parent6b1cbe4130c9090042378dcf81e0eabca9badfd8 (diff)
view all and snap lines button icons
Diffstat (limited to 'src')
-rw-r--r--src/client/views/PropertiesButtons.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx
index 65a950711..9bb21a662 100644
--- a/src/client/views/PropertiesButtons.tsx
+++ b/src/client/views/PropertiesButtons.tsx
@@ -114,7 +114,7 @@ export class PropertiesButtons extends React.Component<{}, {}> {
'View All',
'_fitContentsToBox',
on => `${on ? "Don't" : 'Do'} fit content to container visible area`,
- on => 'eye'
+ on => 'object-group'
);
}
// this implments a container pattern by marking the targetDoc (collection) as an inPlace container,
@@ -242,7 +242,7 @@ export class PropertiesButtons extends React.Component<{}, {}> {
'Snap\xA0Lines',
'showSnapLines',
on => `Display snapping lines when objects are dragged`,
- on => 'border-all',
+ on => 'th',
undefined,
true
);