Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
66ecf076
by tchemit at 2019-06-08T14:13:49Z
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:
| ... | ... | @@ -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();
|
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
| ... | ... | @@ -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 |
|