Skip to content

Commit

Permalink
Change default value for contact spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Mar 24, 2024
1 parent 7911a3d commit c1b1ca0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const AIModelEditor = (props) => {
const [freezeLayers, setFreezeLayers] = useState(false);

const [multimasks, setMultimasks] = React.useState(false);
const [inputContactSpacing, setInputContactSpacing] = React.useState(0.75);
const [inputBoundaryWidth, setInputBoundaryWidth] = React.useState(0.5);
const [inputContactSpacing, setInputContactSpacing] = React.useState(1);
const [inputBoundaryWidth, setInputBoundaryWidth] = React.useState(0.25);

const [popupRowData, setPopupRowData] = useState(null);
const [feedbackCount, setFeedbackCount] = useState(0);
Expand Down

0 comments on commit c1b1ca0

Please sign in to comment.