Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 66ecf076 by tchemit at 2019-06-08T14:13:49Z Nouveau logo - Closes #1238 - - - - - 6 changed files: - client-core/src/main/java/fr/ird/observe/client/ui/actions/main/menu/help/ShowAboutAction.java - − client-core/src/main/resources/icons/logo-small.png - client-core/src/main/resources/icons/logo.png - − src/site/resources/img/logo-small.png - src/site/resources/img/logo.png - src/site/site_fr.xml Changes: ===================================== client-core/src/main/java/fr/ird/observe/client/ui/actions/main/menu/help/ShowAboutAction.java ===================================== @@ -96,7 +96,7 @@ public class ShowAboutAction extends MenuActionSupport { JPanel topPanel = about.getTopPanel(); topPanel.removeAll(); topPanel.setLayout(new BorderLayout()); - topPanel.add(new JLabel(Resource.getIcon("/icons/logo-small.png")), BorderLayout.WEST); + topPanel.add(new JLabel(Resource.getIcon("/icons/logo.png")), BorderLayout.WEST); topPanel.add(new JLabel(Resource.getIcon("/icons/logo_ird.png")), BorderLayout.EAST); about.display(); ===================================== client-core/src/main/resources/icons/logo-small.png deleted ===================================== Binary files a/client-core/src/main/resources/icons/logo-small.png and /dev/null differ ===================================== client-core/src/main/resources/icons/logo.png ===================================== Binary files a/client-core/src/main/resources/icons/logo.png and b/client-core/src/main/resources/icons/logo.png differ ===================================== src/site/resources/img/logo-small.png deleted ===================================== Binary files a/src/site/resources/img/logo-small.png and /dev/null differ ===================================== src/site/resources/img/logo.png ===================================== Binary files a/src/site/resources/img/logo.png and b/src/site/resources/img/logo.png differ ===================================== src/site/site_fr.xml ===================================== @@ -48,7 +48,7 @@ <bannerLeft> <name>${project.name}</name> - <src>./img/logo-small.png</src> + <src>./img/logo.png</src> <href>index.html</href> </bannerLeft> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/66ecf076cdc6466dce6cfc7e0239... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/66ecf076cdc6466dce6cfc7e0239... You're receiving this email because of your account on gitlab.com.