Skip to content

Commit

Permalink
Update CirSim.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SEVA77 committed Jul 26, 2023
1 parent d65bd6e commit 4f99001
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ public void onResize(ResizeEvent event) {
setCanvasSize();
layoutPanel.add(cv);
verticalPanel.add(buttonPanel);
buttonPanel.addStyleName("sidePanelElm");
buttonPanel.add(resetButton = new Button(Locale.LS("Reset")));
resetButton.addClickHandler(new ClickHandler() {
public void onClick(ClickEvent event) {
Expand Down

0 comments on commit 4f99001

Please sign in to comment.