Skip to content

Commit

Permalink
Dpi alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas committed Jul 19, 2023
1 parent e893166 commit 2573aac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/sprint/label_templates/plate_384_single.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"barcodeFields": [
{
"x": 17,
"x": 18,
"y": 1,
"cellWidth": 0.2,
"barcodeType": "code128",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@
{
"barcodeFields": [
{
"x": 1,
"x": 3,
"y": 7,
"cellWidth": 0.1,
"cellWidth": 0.08,
"barcodeType": "code128",
"value": "<%= merge_fields[:barcode] %>",
"height": 5
}
],
"textFields": [
{
"x": 5,
"x": 3,
"y": 13,
"value": "<%= merge_fields[:fourth_line] %>",
"font": 'proportional',
"fontSize": 2,
"rotation": 'east'
},
{
"x": 8,
"x": 6,
"y": 13,
"value": "<%= merge_fields[:third_line] %>",
"font": 'proportional',
"fontSize": 2,
"rotation": 'east'
},
{
"x": 11,
"x": 9,
"y": 13,
"value": "<%= merge_fields[:second_line] %>",
"font": 'proportional',
"fontSize": 2,
"rotation": 'east'
},
{
"x": 14,
"x": 12,
"y": 13,
"value": "<%= merge_fields[:first_line] %>",
"font": 'proportional',
Expand All @@ -45,15 +45,15 @@
},
{
"x": 27,
"y": 15,
"y": 14,
"value": "<%= merge_fields[:round_label_top_line] %>",
"font": 'proportional',
"fontSize": 1.7,
"rotation": 'east'
},
{
"x": 25,
"y": 15,
"y": 14,
"value": "<%= merge_fields[:round_label_bottom_line] %>",
"font": 'proportional',
"fontSize": 1.7,
Expand Down

0 comments on commit 2573aac

Please sign in to comment.