fix: Breite von City von 0,75 auf 1,2 erhöht.
This commit is contained in:
parent
fe9fd3024e
commit
e44d5f644c
@ -91,7 +91,7 @@
|
|||||||
backgroundColor: PSPDFKit.Color.DarkBlue,
|
backgroundColor: PSPDFKit.Color.DarkBlue,
|
||||||
blendMode: 'multiply',
|
blendMode: 'multiply',
|
||||||
boundingBox: new PSPDFKit.Geometry.Rect({
|
boundingBox: new PSPDFKit.Geometry.Rect({
|
||||||
width: width * 0.75,
|
width: width * 1.2,
|
||||||
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,
|
||||||
@ -145,7 +145,7 @@
|
|||||||
formFieldName: id_city_label,
|
formFieldName: id_city_label,
|
||||||
blendMode: 'multiply',
|
blendMode: 'multiply',
|
||||||
boundingBox: new PSPDFKit.Geometry.Rect({
|
boundingBox: new PSPDFKit.Geometry.Rect({
|
||||||
width: width * 0.75,
|
width: width * 1.2,
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user