/*
- * Copyright 2000-2009 JetBrains s.r.o.
+ * Copyright 2000-2016 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.
GraphicsUtil.setupAAPainting(g2d);
g2d.setColor(Color.GREEN);
Ellipse2D.Double shape =
- new Ellipse2D.Double(x + getIconWidth() - JBUI.scale(iSize), y + getIconHeight() - iSize, iSize, iSize);
+ new Ellipse2D.Double(x + getIconWidth() - iSize, y + getIconHeight() - iSize, iSize, iSize);
g2d.fill(shape);
g2d.setColor(ColorUtil.withAlpha(Color.BLACK, .40));
g2d.draw(shape);