Skip to content

Commit

Permalink
Update dlgautodj.cpp
Browse files Browse the repository at this point in the history
fix up tooltip
  • Loading branch information
davidlmorris committed Oct 11, 2024
1 parent 854eb3e commit a8465fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/library/autodj/dlgautodj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a8465fb

Please sign in to comment.