Skip to content

Commit b428d45

Browse files
committed
AD_Update: Nicify tooltip message
1 parent 865b10e commit b428d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/MIES/MIES_AnalysisFunctions_Dashboard.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Function AD_Update(win)
6767
if(numEntries > 0)
6868
selWave[][][%foreColors] = AD_GetColorForResultMessage(listWave[p][%Result])
6969

70-
helpWave[] = "Result: " + listWave[p][%Result]
70+
helpWave[] = "Result:\r" + listWave[p][%Result]
7171

7272
EnableControls(mainPanel, "check_BrowserSettings_DB_Failed;check_BrowserSettings_DB_Passed")
7373
else

0 commit comments

Comments
 (0)