aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-12-02 15:40:28 -0500
committerbobzel <zzzman@gmail.com>2021-12-02 15:40:28 -0500
commit220cedfb9d013127d89756bcc85ac886a0d723da (patch)
tree7ab78ee316e067ddbb5744d39f07097d164348be /src/client/views/PropertiesView.tsx
parentc2cd77ca1d2a67539f0af2a68c1e7336b3bc232b (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.tsx5
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}