diff options
author | geireann <geireann.lindfield@gmail.com> | 2021-08-30 14:49:33 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2021-08-30 14:49:33 -0400 |
commit | 5bb197f5dad55d15b144e2f86bb2ec94c7a261fd (patch) | |
tree | 8c1753d1c42387a965d519fbba283558d01d60b5 /src/client/views/PropertiesButtons.tsx | |
parent | 1c3b334de7c1a34075b71569e800b7ce7c5d41a5 (diff) |
GitHubs are default view
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 5c41a96d0..86ef9ab62 100644 --- a/src/client/views/PropertiesButtons.tsx +++ b/src/client/views/PropertiesButtons.tsx @@ -83,7 +83,7 @@ export class PropertiesButtons extends React.Component<{}, {}> { return this.propertyToggleBtn("Auto\xA0Size", "_autoHeight", on => `Automatical vertical sizing to show all content`, on => "arrows-alt-v"); } @computed get gridButton() { - return this.propertyToggleBtn("Grid", "_backgroundGrid-show", on => `Display background grid in collection`, on => "border-all"); + return this.propertyToggleBtn("Grid", "_backgroundGridShow", on => `Display background grid in collection`, on => "border-all"); } @computed get snapButton() { return this.propertyToggleBtn("Snap\xA0Lines", "showSnapLines", on => `Display snapping lines when objects are dragged`, on => "border-all", undefined, true); |