Tony CHEMIT pushed to branch master at ultreiaio / ird-observe Commits: 1f0cf2cf by Tony Chemit at 2024-02-29T12:14:19+01:00 Agrandissement de popup - Closes #2836 - - - - - 1 changed file: - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/actions/delete/DeletePanel.java 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 { panelSouth.add(BorderLayout.NORTH, new JSeparator(SwingConstants.HORIZONTAL)); panelSouth.add(BorderLayout.CENTER, information); - add(BorderLayout.NORTH, panelNorth); + add(BorderLayout.CENTER, panelNorth); add(BorderLayout.SOUTH, panelSouth); } View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/1f0cf2cfee0915da154caea5e7... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/1f0cf2cfee0915da154caea5e7... You're receiving this email because of your account on gitlab.com.