update logos

(cherry picked from commit 938ef6eb54bf8656c0e0028d1497f5cc346ea265)
This commit is contained in:
Konstantin Bulenkov
2012-11-30 14:12:00 +01:00
parent ec8325181a
commit 01844e67ee
6 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
<company name="JetBrains s.r.o." url="http://www.jetbrains.com/"/>
<build number="__BUILD_NUMBER__" date="__BUILD_DATE__"/>
<install-over minbuild="0" maxbuild="0" version="10.5"/>
<logo url="/idea_community_logo.png" textcolor="ffffff" progressColor="ffaa16" progressY="265" progressTailIcon="/community_progress_tail.png"/>
<logo url="/idea_community_logo.png" textcolor="ffffff" progressColor="ffaa16" progressY="230" progressTailIcon="/community_progress_tail.png"/>
<about url="/idea_community_about.png"/>
<icon size32="/icon_CE.png" size16="/icon_CEsmall.png" size32opaque="/icon_CEwhite.png" size12="/toolwindows/toolWindowProject.png"/>
<package code="__PACKAGE_CODE__"/>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 KiB

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 105 KiB

@@ -284,7 +284,7 @@ public class AboutDialog extends JDialog {
public void render(int indentX, int indentY, List<AboutBoxLine> lines) throws OverflowException {
x = indentX;
y = indentY;
g2.setColor(Color.black);
g2.setColor(Color.white); //todo[kb] move to ApplicationInfo.xml
for (int i = 0; i < lines.size(); i++) {
AboutBoxLine line = lines.get(i);
final String s = line.getText();