diff options
author | bobzel <zzzman@gmail.com> | 2022-04-26 22:34:21 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-04-26 22:34:21 -0400 |
commit | 08217336445cf2b3cd3efbe97e3c83525f02bf1b (patch) | |
tree | 7e9b3ef0645238f93911680eeaefac4160f01221 /src/client/views/PropertiesView.tsx | |
parent | 8c14a52dbbd57db316d1f807a49cf5752c574e06 (diff) |
added image cropping. made treeView icons show up for file system and dashboard, and made them persist invisibly to fix triggering on hover. changed tree view filesystem and dashboard to show expanded icons on hover.
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 91cf83619..b63395c76 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -1360,12 +1360,12 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { {this.optionsSubMenu} + {this.fieldsSubMenu} + {this.sharingSubMenu} {isNovice ? null : this.filtersSubMenu} - {isNovice ? null : this.fieldsSubMenu} - {isNovice ? null : this.layoutSubMenu} </div>; } |