Skip to content

Commit

Permalink
Update Gui.java
Browse files Browse the repository at this point in the history
  • Loading branch information
a-giorgi authored Feb 21, 2020
1 parent 6f6e82a commit d700f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/hci2020/view/Gui.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Gui{ //this is the wrapper for my views
private JPanel metadataPanel;

public Gui(Model model){
//setting up the wrapLayout on buttons
//setting up the wrapLayout on buttons
buttonWrapper.setLayout(new WrapLayout());

if(imagePanel instanceof ImageJPanel){
Expand Down

0 comments on commit d700f18

Please sign in to comment.