fix: Breite von City von 0,75 auf 1,2 erhöht.

This commit is contained in:
Developer 02 2024-07-17 12:32:08 +02:00
parent fe9fd3024e
commit e44d5f644c

View File

@ -91,7 +91,7 @@
backgroundColor: PSPDFKit.Color.DarkBlue,
blendMode: 'multiply',
boundingBox: new PSPDFKit.Geometry.Rect({
width: width * 0.75,
width: width * 1.2,
height: height / 2,
top: top + height + 25 + date_place_top_shift,
left: left - width * .25,
@ -145,7 +145,7 @@
formFieldName: id_city_label,
blendMode: 'multiply',
boundingBox: new PSPDFKit.Geometry.Rect({
width: width * 0.75,
width: width * 1.2,
height: height / 2,
top: top + height + 25 + label_top_shift + date_place_top_shift,
left: left - width * .25