From cec94dd9ced4f9af74189a4cffa0b113b5a0c4f1 Mon Sep 17 00:00:00 2001 From: aidahosa1 Date: Wed, 21 Feb 2024 17:45:46 -0500 Subject: options icon changed --- src/client/views/nodes/formattedText/FormattedTextBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index fb709818c..7bc630bb8 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -959,7 +959,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent }); - !options && cm.addItem({ description: 'Options...', subitems: optionItems, icon: 'eye' }); + !options && cm.addItem({ description: 'Options...', subitems: optionItems, icon: 'sliders' }); this._downX = this._downY = Number.NaN; }; -- cgit v1.2.3-70-g09d2