diff --git a/python/gen/icons/PythonIcons.java b/python/gen/icons/PythonIcons.java index f18ef6dfab36..5742da97e1d9 100644 --- a/python/gen/icons/PythonIcons.java +++ b/python/gen/icons/PythonIcons.java @@ -1,3 +1,18 @@ +/* + * Copyright 2000-2014 JetBrains s.r.o. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package icons; import com.intellij.openapi.util.IconLoader; @@ -45,7 +60,7 @@ public class PythonIcons { public static final Icon PropertyGetter = load("/icons/com/jetbrains/python/propertyGetter.png"); // 16x16 public static final Icon PropertySetter = load("/icons/com/jetbrains/python/propertySetter.png"); // 16x16 public static final Icon Pypy = load("/icons/com/jetbrains/python/pypy.png"); // 16x16 - public static final Icon Python_logo = load("/icons/com/jetbrains/python/python-logo.png"); // 32x32 + public static final Icon Python_logo = load("/icons/com/jetbrains/python/python-logo.png"); // 16x16 public static final Icon Python = load("/icons/com/jetbrains/python/python.png"); // 16x16 public static final Icon Python_24 = load("/icons/com/jetbrains/python/python_24.png"); // 24x24 public static final Icon PythonClosed = load("/icons/com/jetbrains/python/pythonClosed.png"); // 16x16 diff --git a/python/resources/icons/com/jetbrains/python/python-logo.png b/python/resources/icons/com/jetbrains/python/python-logo.png index 7db6af14b919..354d8c3fc389 100644 Binary files a/python/resources/icons/com/jetbrains/python/python-logo.png and b/python/resources/icons/com/jetbrains/python/python-logo.png differ diff --git a/python/resources/icons/com/jetbrains/python/python-logo@2x.png b/python/resources/icons/com/jetbrains/python/python-logo@2x.png index fc97e838f950..47382d2d08f6 100644 Binary files a/python/resources/icons/com/jetbrains/python/python-logo@2x.png and b/python/resources/icons/com/jetbrains/python/python-logo@2x.png differ