|
@@ -1244,7 +1244,7 @@ public class MainActivity extends BaseActivity {
|
|
|
.text(currentHeight, mOffsetY*mPot+(5*mFontWidth), FNT_SIMPLIFIED_CHINESE, ROTATION_90, fontSizeMultiple,fontSizeMultiple, module.now_date);
|
|
|
}
|
|
|
|
|
|
- int qrX = (mOffsetX - 30) * mPot;
|
|
|
+ int qrX = (mOffsetX - 31) * mPot;
|
|
|
int qrY = (mPaperHeight - 5 - 30) * mPot;
|
|
|
printer.qrcode(qrX, qrY, TSPLConst.EC_LEVEL_H, 10, TSPLConst.QRCODE_MODE_MANUAL, TSPLConst.ROTATION_0, module.roll_qr_code);
|
|
|
printer.print();
|