refactor: Datum und Ort vertauscht.

This commit is contained in:
Developer 02 2024-07-17 12:20:26 +02:00
parent b664e35b11
commit fe9fd3024e

View File

@ -65,7 +65,7 @@
width: width * 0.75, width: width * 0.75,
height: height / 2, height: height / 2,
top: top + height + 25 + date_place_top_shift, top: top + height + 25 + date_place_top_shift,
left: left - width * .25, left: left - width * .25 + width * 1.30,
}), }),
fontSize: 8, fontSize: 8,
backgroundColor: PSPDFKit.Color.TRANSPARENT, backgroundColor: PSPDFKit.Color.TRANSPARENT,
@ -94,7 +94,7 @@
width: width * 0.75, width: width * 0.75,
height: height / 2, height: height / 2,
top: top + height + 25 + date_place_top_shift, top: top + height + 25 + date_place_top_shift,
left: left - width * .25 + width * 1.30, left: left - width * .25,
}), }),
fontSize: 8 fontSize: 8
}) })
@ -121,7 +121,7 @@
width: width * 0.75, width: width * 0.75,
height: height / 2, height: height / 2,
top: top + height + 25 + label_top_shift + date_place_top_shift, top: top + height + 25 + label_top_shift + date_place_top_shift,
left: left - width * .25, left: left - width * .25 + width * 1.30
}), }),
fontSize: 8, fontSize: 8,
backgroundColor: PSPDFKit.Color.TRANSPARENT, backgroundColor: PSPDFKit.Color.TRANSPARENT,
@ -148,7 +148,7 @@
width: width * 0.75, width: width * 0.75,
height: height / 2, height: height / 2,
top: top + height + 25 + label_top_shift + date_place_top_shift, top: top + height + 25 + label_top_shift + date_place_top_shift,
left: left - width * .25 + width * 1.30, left: left - width * .25
}), }),
fontSize: 8, fontSize: 8,
backgroundColor: PSPDFKit.Color.TRANSPARENT, backgroundColor: PSPDFKit.Color.TRANSPARENT,