Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
fix a display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ervandew committed Sep 7, 2010
1 parent d3c6e65 commit cc33b26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Formic installer framework.
* Copyright (C) 2005 - 2008 Eric Van Dewoestine
* Copyright (C) 2005 - 2010 Eric Van Dewoestine
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -182,7 +182,7 @@ public void actionPerformed(ActionEvent e){
panel.add(form.createMessagePanel());
panel.add(new JScrollPane(container), "grow");
panel.add(infoScroll, "height 50!");
panel.add(retryButton, "right, width pref!");
panel.add(retryButton, "right, width 50!");

return panel;
}
Expand Down

0 comments on commit cc33b26

Please sign in to comment.