mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2026-02-21 16:37:21 +08:00
Change default value to 70.0
This commit is contained in:
parent
e8b20c697d
commit
b89250874b
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user