From 220cedfb9d013127d89756bcc85ac886a0d723da Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 2 Dec 2021 15:40:28 -0500 Subject: moved ink appearance menu to top of properties view. fixed size of arrowheads on selected ink. --- src/client/views/PropertiesView.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/client/views/PropertiesView.tsx') 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 {
{this.editableTitle}
+ + {this.inkSubMenu} + {this.optionsSubMenu} {this.sharingSubMenu} {isNovice ? null : this.filtersSubMenu} - {this.inkSubMenu} - {isNovice ? null : this.fieldsSubMenu} {isNovice ? null : this.contextsSubMenu} -- cgit v1.2.3-70-g09d2