Change default value to 70.0

This commit is contained in:
yyhhyyyyyy 2024-07-24 14:31:56 +08:00
parent e8b20c697d
commit b89250874b

View File

@ -697,7 +697,7 @@ with right_panel:
if params.subtitle_position == "custom":
custom_position = st.text_input(
tr("Custom Position (% from top)"), value="50"
tr("Custom Position (% from top)"), value="70.0"
)
try:
params.custom_position = float(custom_position)