themes: increase default `date_and_location_width` value from 4.1 cm to 4.5 cm

This commit is contained in:
Sina Atalay 2024-04-16 02:53:15 +03:00
parent afae2861ff
commit 2e512b81d4
1 changed files with 2 additions and 2 deletions

View File

@ -85,10 +85,10 @@ class EntryAreaMargins(pydantic.BaseModel):
) )
date_and_location_width: LaTeXDimension = pydantic.Field( date_and_location_width: LaTeXDimension = pydantic.Field(
default="4.1 cm", default="4.5 cm",
title="Date and Location Column Width", title="Date and Location Column Width",
description=( description=(
"The width of the date and location column. The default value is 4.1 cm." "The width of the date and location column. The default value is 4.5 cm."
), ),
) )