refactor(appsettings): bearbeitete Größenparameter der annotations

This commit is contained in:
Developer 02 2025-03-26 10:55:46 +01:00
parent db5a2a8640
commit 88c2721ba5

View File

@ -166,42 +166,42 @@
"VerBoundAnnotName": "Signature", "VerBoundAnnotName": "Signature",
"WidthRatio": 1.2, "WidthRatio": 1.2,
"HeightRatio": 0.5, "HeightRatio": 0.5,
"MarginTopRatio": 0.25 "MarginTopRatio": 0.22
}, },
{ {
"Name": "Position", "Name": "Position",
"VerBoundAnnotName": "PositionLabel", "VerBoundAnnotName": "PositionLabel",
"WidthRatio": 1.2, "WidthRatio": 1.2,
"HeightRatio": 0.5, "HeightRatio": 0.5,
"MarginTopRatio": 0 "MarginTopRatio": -0.05
}, },
{ {
"Name": "CityLabel", "Name": "CityLabel",
"VerBoundAnnotName": "Position", "VerBoundAnnotName": "Position",
"WidthRatio": 1.2, "WidthRatio": 1.2,
"HeightRatio": 0.5, "HeightRatio": 0.5,
"MarginTopRatio": 0.10 "MarginTopRatio": 0.05
}, },
{ {
"Name": "City", "Name": "City",
"VerBoundAnnotName": "CityLabel", "VerBoundAnnotName": "CityLabel",
"WidthRatio": 1.2, "WidthRatio": 1.2,
"HeightRatio": 0.5, "HeightRatio": 0.5,
"MarginTopRatio": 0 "MarginTopRatio": -0.05
}, },
{ {
"Name": "DateLabel", "Name": "DateLabel",
"VerBoundAnnotName": "City", "VerBoundAnnotName": "City",
"WidthRatio": 1.55, "WidthRatio": 1.55,
"HeightRatio": 0.5, "HeightRatio": 0.5,
"MarginTopRatio": 0.10 "MarginTopRatio": 0.05
}, },
{ {
"Name": "Date", "Name": "Date",
"VerBoundAnnotName": "DateLabel", "VerBoundAnnotName": "DateLabel",
"WidthRatio": 1.55, "WidthRatio": 1.55,
"HeightRatio": 0.5, "HeightRatio": 0.5,
"MarginTopRatio": 0 "MarginTopRatio": -0.1
} }
] ]
} }