Skip to content

Commit 7729df2

Browse files
committed
Little Fix
1 parent b8a8259 commit 7729df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: InfoPanel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public InfoPanel(Dump d) {
4141

4242
dismissButton = new JButton("Dismiss");
4343
dismissButton.addActionListener(this);
44-
dismissButton.setBounds(495,420,95,25);
44+
dismissButton.setBounds(395,420,95,25);
4545
innerPanel.add(dismissButton);
4646

4747
setContentPane(innerPanel);

0 commit comments

Comments
 (0)