fix gray icons
(cherry picked from commit 8a0d3348f6d60e59c76d4c952ea5e6c8be5a52a4)
|
Before Width: | Height: | Size: 188 B After Width: | Height: | Size: 210 B |
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 172 B |
|
After Width: | Height: | Size: 172 B |
|
After Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 309 B |
|
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 326 B |
|
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 324 B |
|
After Width: | Height: | Size: 307 B |
|
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 242 B |
|
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 252 B |
@@ -303,6 +303,7 @@ public class AllIcons {
|
||||
public static class FileTypes {
|
||||
public static final Icon Any_type = IconLoader.getIcon("/fileTypes/any_type.png"); // 16x16
|
||||
public static final Icon Archive = IconLoader.getIcon("/fileTypes/archive.png"); // 16x16
|
||||
public static final Icon AS = IconLoader.getIcon("/fileTypes/as.png"); // 16x16
|
||||
public static final Icon Aspectj = IconLoader.getIcon("/fileTypes/aspectj.png"); // 16x16
|
||||
public static final Icon Css = IconLoader.getIcon("/fileTypes/css.png"); // 16x16
|
||||
public static final Icon Custom = IconLoader.getIcon("/fileTypes/custom.png"); // 16x16
|
||||
@@ -321,6 +322,7 @@ public class AllIcons {
|
||||
public static final Icon Jspx = IconLoader.getIcon("/fileTypes/jspx.png"); // 16x16
|
||||
public static final Icon Properties = IconLoader.getIcon("/fileTypes/properties.png"); // 16x16
|
||||
public static final Icon Text = IconLoader.getIcon("/fileTypes/text.png"); // 16x16
|
||||
public static final Icon TypeScript = IconLoader.getIcon("/fileTypes/typeScript.png"); // 16x16
|
||||
public static final Icon UiForm = IconLoader.getIcon("/fileTypes/uiForm.png"); // 16x16
|
||||
public static final Icon Unknown = IconLoader.getIcon("/fileTypes/unknown.png"); // 16x16
|
||||
public static final Icon WsdlFile = IconLoader.getIcon("/fileTypes/wsdlFile.png"); // 16x16
|
||||
|
||||