Skip to content

Commit

Permalink
Row changes to toolchange blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Dec 11, 2024
1 parent b78beea commit 12e5356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/containers/Preferences/ToolChange/ToolChange.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const ToolChange = ({ state, actions, mpos, $13 }) => {
<MacroVariableDropdown textarea={preHookRef} label="Before change code"/>
</div>
<textarea
rows="7"
rows="6"
className="form-control"
style={{ resize: 'none' }}
name="preHook"
Expand All @@ -236,7 +236,7 @@ const ToolChange = ({ state, actions, mpos, $13 }) => {
<MacroVariableDropdown textarea={postHookRef} label="After change code"/>
</div>
<textarea
rows="7"
rows="6"
className="form-control"
style={{ resize: 'none' }}
name="postHook"
Expand Down

0 comments on commit 12e5356

Please sign in to comment.