aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-30 15:21:16 -0400
committerbobzel <zzzman@gmail.com>2020-10-30 15:21:16 -0400
commitad2aab77ec36f2865f543ba7ba77bbfa86f60dc9 (patch)
tree8f82a558f8e7d7550c283b5cf223b7d5c216af03 /src
parent9e7161e2d28fc681087ad4da8fbd5e90166de679 (diff)
closing Layout section of PropertiesView for efficiency
Diffstat (limited to 'src')
-rw-r--r--src/client/views/PropertiesView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx
index 2a13ab937..42f61f99a 100644
--- a/src/client/views/PropertiesView.tsx
+++ b/src/client/views/PropertiesView.tsx
@@ -62,7 +62,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> {
@observable openOptions: boolean = true;
@observable openSharing: boolean = true;
@observable openFields: boolean = true;
- @observable openLayout: boolean = true;
+ @observable openLayout: boolean = false;
@observable openContexts: boolean = true;
@observable openAppearance: boolean = true;
@observable openTransform: boolean = true;