From a8465fb75b55faf17021f2832d85091d65842d1c Mon Sep 17 00:00:00 2001 From: davidlmorris Date: Fri, 11 Oct 2024 08:17:24 +0800 Subject: [PATCH] Update dlgautodj.cpp fix up tooltip --- src/library/autodj/dlgautodj.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/library/autodj/dlgautodj.cpp b/src/library/autodj/dlgautodj.cpp index 93611639b70..9c115986128 100644 --- a/src/library/autodj/dlgautodj.cpp +++ b/src/library/autodj/dlgautodj.cpp @@ -152,11 +152,12 @@ DlgAutoDJ::DlgAutoDJ(WLibrary* parent, "Skip Silence Start Full Volume:\n" "The same as Skip Silence, but starting transitions with a centered\n" "crossfader, so that the intro starts at full volume.\n" + "\n" "Radio Laneway Crossfade:\n" "Starts the next track at full volume. Starts the crossfade when the\n" "volume last falls below -12Db or at the spin box setting which ever\n" "is lower, and potentially starts the next earlier if it starts below\n" - "-27Db.\n"); + "-27Db."); pushButtonFadeNow->setToolTip(fadeBtnTooltip); pushButtonSkipNext->setToolTip(skipBtnTooltip);