Tony CHEMIT pushed to branch master at ultreiaio / ird-observe

WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.

Deleted commits:

1 changed file:

Changes:

  • client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/actions/delete/DeletePanel.java
    ... ... @@ -106,7 +106,7 @@ public class DeletePanel extends JPanel {
    106 106
             panelSouth.add(BorderLayout.NORTH, new JSeparator(SwingConstants.HORIZONTAL));
    
    107 107
             panelSouth.add(BorderLayout.CENTER, information);
    
    108 108
     
    
    109
    -        add(BorderLayout.NORTH, panelNorth);
    
    109
    +        add(BorderLayout.CENTER, panelNorth);
    
    110 110
             add(BorderLayout.SOUTH, panelSouth);
    
    111 111
         }
    
    112 112