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

Commits:

6 changed files:

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 {
    96 96
             JPanel topPanel = about.getTopPanel();
    
    97 97
             topPanel.removeAll();
    
    98 98
             topPanel.setLayout(new BorderLayout());
    
    99
    -        topPanel.add(new JLabel(Resource.getIcon("/icons/logo-small.png")), BorderLayout.WEST);
    
    99
    +        topPanel.add(new JLabel(Resource.getIcon("/icons/logo.png")), BorderLayout.WEST);
    
    100 100
             topPanel.add(new JLabel(Resource.getIcon("/icons/logo_ird.png")), BorderLayout.EAST);
    
    101 101
     
    
    102 102
             about.display();
    

  • client-core/src/main/resources/icons/logo-small.png deleted
    No preview for this file type
  • client-core/src/main/resources/icons/logo.png
    No preview for this file type
  • src/site/resources/img/logo-small.png deleted
    No preview for this file type
  • src/site/resources/img/logo.png
    No preview for this file type
  • src/site/site_fr.xml
    ... ... @@ -48,7 +48,7 @@
    48 48
     
    
    49 49
       <bannerLeft>
    
    50 50
         <name>${project.name}</name>
    
    51
    -    <src>./img/logo-small.png</src>
    
    51
    +    <src>./img/logo.png</src>
    
    52 52
         <href>index.html</href>
    
    53 53
       </bannerLeft>
    
    54 54