increase animation rate and fragment length for UR QRs

This commit is contained in:
Craig Raw 2021-07-09 08:23:40 +02:00
parent 1fd1dec6cf
commit 8e6933b5ca

View file

@ -33,9 +33,9 @@ public class QRDisplayDialog extends Dialog<UR> {
private static final Logger log = LoggerFactory.getLogger(QRDisplayDialog.class);
private static final int MIN_FRAGMENT_LENGTH = 10;
private static final int MAX_FRAGMENT_LENGTH = 100;
private static final int MAX_FRAGMENT_LENGTH = 250;
private static final int ANIMATION_PERIOD_MILLIS = 400;
private static final int ANIMATION_PERIOD_MILLIS = 200;
private static final int QR_WIDTH = 480;
private static final int QR_HEIGHT = 480;