Ver código fonte

git-svn-id: https://192.168.57.71/svn/lyggkj@39 1a6f6e3a-4066-fe46-b609-79c204482ece

ld_liufl 9 anos atrás
pai
commit
7fff030ea8

+ 1 - 1
gkaq/yjpt-java/trunk/java_src/com/jtgh/yjpt/common/Utils.java

@@ -811,7 +811,7 @@ public abstract class Utils {
 			gs.dispose();
 			qrImg.flush();
 
-			g.drawImage(qrImg.getScaledInstance(100, 100,
+			g.drawImage(qrImg.getScaledInstance(width, length,
 					Image.SCALE_DEFAULT), 6, 6, null);
 		} catch (Exception e) {
 			e.printStackTrace();