Merge remote-tracking branch 'origin/master'

This commit is contained in:
Konstantin Bulenkov
2012-11-02 12:17:03 +01:00
@@ -180,7 +180,7 @@ public class MemoryUsagePanel extends JButton implements CustomStatusBarWidget {
final int infoHeight = fontMetrics.getHeight() - fontMetrics.getDescent();
UIUtil.applyRenderingHints(g2);
g2.setColor(UIUtil.getLabelForeground());
g2.drawString(info, xOffset + (totalBarLength - infoWidth) / 2, yOffset + (barHeight + infoHeight) / 2);
g2.drawString(info, xOffset + (totalBarLength - infoWidth) / 2, yOffset + (barHeight + infoHeight) / 2 - 1);
g2.dispose();
}