diff options
author | bobzel <zzzman@gmail.com> | 2021-12-02 15:40:28 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-12-02 15:40:28 -0500 |
commit | 220cedfb9d013127d89756bcc85ac886a0d723da (patch) | |
tree | 7ab78ee316e067ddbb5744d39f07097d164348be /src/client/views/PropertiesView.tsx | |
parent | c2cd77ca1d2a67539f0af2a68c1e7336b3bc232b (diff) |
moved ink appearance menu to top of properties view. fixed size of arrowheads on selected ink.
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 8e2426006..0f2870480 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -1123,14 +1123,15 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { <div className="propertiesView-name"> {this.editableTitle} </div> + + {this.inkSubMenu} + {this.optionsSubMenu} {this.sharingSubMenu} {isNovice ? null : this.filtersSubMenu} - {this.inkSubMenu} - {isNovice ? null : this.fieldsSubMenu} {isNovice ? null : this.contextsSubMenu} |