diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-09 11:09:09 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-09 11:09:09 -0400 |
| commit | 94930d2867b59668dd6838db197ea051fc33b347 (patch) | |
| tree | 201d1a55ab26224482cb1cce8e1daee64a2c1d47 /src/client/views/PropertiesButtons.tsx | |
| parent | 6b9b7fefe5fa485b58512fdab10934c26092ab15 (diff) | |
| parent | 3213c24210d67af0a4b027863773ad383404a59c (diff) | |
Merge branch 'master' into master-cleanup
Diffstat (limited to 'src/client/views/PropertiesButtons.tsx')
| -rw-r--r-- | src/client/views/PropertiesButtons.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesButtons.tsx b/src/client/views/PropertiesButtons.tsx index f24ff09db..74055f057 100644 --- a/src/client/views/PropertiesButtons.tsx +++ b/src/client/views/PropertiesButtons.tsx @@ -71,7 +71,7 @@ export class PropertiesButtons extends React.Component<{}, {}> { return this.propertyToggleBtn("Lock\xA0View", "_lockedTransform", on => `${on ? "Unlock" : "Lock"} panning of view`, on => "lock"); } @computed get fitContentButton() { - return this.propertyToggleBtn("View All", "_fitToBox", on => `${on ? "Don't" : "Do"} fit content to container visible area`, on => "eye"); + return this.propertyToggleBtn("View All", "_fitContentsToBox", on => `${on ? "Don't" : "Do"} fit content to container visible area`, on => "eye"); } @computed get fitWidthButton() { return this.propertyToggleBtn("Fit\xA0Width", "_fitWidth", on => `${on ? "Don't" : "Do"} fit content to width of container`, on => "arrows-alt-h"); |
