* forgot to add icon resource

This commit is contained in:
Reinhard Pointner 2009-02-28 18:10:28 +00:00
parent 3689f65612
commit 02c3d4ef2b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 806 B

View File

@ -38,7 +38,7 @@ public class ActionPopup extends JPopupMenu {
setLayout(new MigLayout("nogrid, fill, insets 0"));
add(headerLabel, "gapx 5px 5px, gapy 1px, wrap 3px");
add(headerLabel, "gapx 5px 5px, gapy 3px 1px, wrap 3px");
add(new JSeparator(), "growx, wrap 1px");
add(descriptionLabel, "gapx 4px, wrap 3px");
add(actionPanel, "gapx 12px 12px, wrap");