* forgot to add icon resource
This commit is contained in:
parent
3689f65612
commit
02c3d4ef2b
Binary file not shown.
After Width: | Height: | Size: 806 B |
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue