[BUGFIX] Adjusted size and location of ServerSelector

This commit is contained in:
Emmastone
2016-04-28 02:10:01 +01:00
parent b4e1089799
commit a1553ef8fb
@@ -199,7 +199,7 @@ public class VerboseLoader extends JPanel implements ProgressListener {
RenderingHints.VALUE_TEXT_ANTIALIAS_ON); RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
g.drawImage(background, 0, 0, null); g.drawImage(background, 0, 0, null);
float[] scales = { 1f, 1f, 1f, 0.9f }; float[] scales = {1f, 1f, 1f, 0.9f};
float[] offsets = new float[4]; float[] offsets = new float[4];
RescaleOp rop = new RescaleOp(scales, offsets, null); RescaleOp rop = new RescaleOp(scales, offsets, null);
g.drawImage(banner, rop, 0, 0); g.drawImage(banner, rop, 0, 0);