ItEr44S09SoporteImpresionMultiplesPaxinasItEr43S10: Adjusted heigh per row constant for printing scheduling

This commit is contained in:
Lorenzo Tilve 2010-01-19 10:19:59 +01:00 committed by Javier Moran Rua
parent 81991cfe08
commit c45f1981f0

View file

@ -36,7 +36,7 @@ public class CutyPrint {
// Taskdetails left padding
private static int TASKDETAILS_WIDTH = 310;
private static int TASK_HEIGHT = 24;
private static int TASK_HEIGHT = 25;
private static int PRINT_VERTICAL_PADDING = 50;
public static void print(Order order) {