refactor: Datum und Ort vertauscht.
This commit is contained in:
parent
b664e35b11
commit
fe9fd3024e
@ -65,7 +65,7 @@
|
||||
width: width * 0.75,
|
||||
height: height / 2,
|
||||
top: top + height + 25 + date_place_top_shift,
|
||||
left: left - width * .25,
|
||||
left: left - width * .25 + width * 1.30,
|
||||
}),
|
||||
fontSize: 8,
|
||||
backgroundColor: PSPDFKit.Color.TRANSPARENT,
|
||||
@ -94,7 +94,7 @@
|
||||
width: width * 0.75,
|
||||
height: height / 2,
|
||||
top: top + height + 25 + date_place_top_shift,
|
||||
left: left - width * .25 + width * 1.30,
|
||||
left: left - width * .25,
|
||||
}),
|
||||
fontSize: 8
|
||||
})
|
||||
@ -121,7 +121,7 @@
|
||||
width: width * 0.75,
|
||||
height: height / 2,
|
||||
top: top + height + 25 + label_top_shift + date_place_top_shift,
|
||||
left: left - width * .25,
|
||||
left: left - width * .25 + width * 1.30
|
||||
}),
|
||||
fontSize: 8,
|
||||
backgroundColor: PSPDFKit.Color.TRANSPARENT,
|
||||
@ -148,7 +148,7 @@
|
||||
width: width * 0.75,
|
||||
height: height / 2,
|
||||
top: top + height + 25 + label_top_shift + date_place_top_shift,
|
||||
left: left - width * .25 + width * 1.30,
|
||||
left: left - width * .25
|
||||
}),
|
||||
fontSize: 8,
|
||||
backgroundColor: PSPDFKit.Color.TRANSPARENT,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user