Closed lucaseduoli closed 2 days ago
This pull request includes a small change to the ToggleShadComponent in the index.tsx file. The change modifies the scaling factors for the X and Y axes when the editNode condition is met, increasing them from 0.6 to 0.8.
ToggleShadComponent
index.tsx
editNode
Changes in ToggleShadComponent:
src/frontend/src/components/core/parameterRenderComponent/components/toggleShadComponent/index.tsx
scaleX
scaleY
This pull request includes a small change to the
ToggleShadComponent
in theindex.tsx
file. The change modifies the scaling factors for the X and Y axes when theeditNode
condition is met, increasing them from 0.6 to 0.8.Changes in
ToggleShadComponent
:src/frontend/src/components/core/parameterRenderComponent/components/toggleShadComponent/index.tsx
: IncreasedscaleX
andscaleY
values from 0.6 to 0.8 wheneditNode
is true.