Skip to content

Commit

Permalink
Fix visualizer assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Feb 4, 2025
1 parent 0a5a51b commit 6b898be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -5504,7 +5504,7 @@ Value.RightForce as RightForce) as Force)</scr:Expression>
</Workflow>
</Expression>
<Expression xsi:type="VisualizerMapping">
<VisualizerType xsi:type="TypeMapping" TypeArguments="gui:ButtonVisualizer" />
<VisualizerType xsi:type="TypeMapping" TypeArguments="gui:TableLayoutPanelVisualizer" />
</Expression>
<Expression xsi:type="gui:ButtonBuilder">
<gui:Name>ForceReward</gui:Name>
Expand All @@ -5523,8 +5523,8 @@ Value.RightForce as RightForce) as Force)</scr:Expression>
<gui:Enabled>true</gui:Enabled>
<gui:Visible>true</gui:Visible>
<gui:Font>Microsoft Sans Serif, 20pt</gui:Font>
<gui:ColumnCount>5</gui:ColumnCount>
<gui:RowCount>5</gui:RowCount>
<gui:ColumnCount>3</gui:ColumnCount>
<gui:RowCount>3</gui:RowCount>
<gui:ColumnStyles />
<gui:RowStyles />
<gui:CellSpans />
Expand Down

0 comments on commit 6b898be

Please sign in to comment.