From c71bd020a128c15e6bb0fbfbd84819163e9e1ff6 Mon Sep 17 00:00:00 2001 From: eleanor-park Date: Wed, 18 Dec 2024 14:30:35 -0500 Subject: working on drawing/image generation ui --- src/client/views/smartdraw/SmartDrawHandler.tsx | 101 ++++++++++++------------ 1 file changed, 52 insertions(+), 49 deletions(-) (limited to 'src') diff --git a/src/client/views/smartdraw/SmartDrawHandler.tsx b/src/client/views/smartdraw/SmartDrawHandler.tsx index f318fb134..036ac5983 100644 --- a/src/client/views/smartdraw/SmartDrawHandler.tsx +++ b/src/client/views/smartdraw/SmartDrawHandler.tsx @@ -396,56 +396,59 @@ export class SmartDrawHandler extends ObservableReactComponent { /> {this._showOptions && ( -
-
- Auto color - this._canInteract && (this._autoColor = !this._autoColor))} - /> -
-
- Complexity - this._canInteract && (this._complexity = val as number))} - valueLabelDisplay="auto" - /> -
-
- Size (in pixels) - this._canInteract && (this._size = val as number))} - valueLabelDisplay="auto" - /> +
+
+
+ Auto color + this._canInteract && (this._autoColor = !this._autoColor))} + /> +
+
+ Complexity + this._canInteract && (this._complexity = val as number))} + valueLabelDisplay="auto" + /> +
+
+ Size (in pixels) + this._canInteract && (this._size = val as number))} + valueLabelDisplay="auto" + /> +
+
)}
-- cgit v1.2.3-70-g09d2