Skip to content

Commit

Permalink
Updated tool tips
Browse files Browse the repository at this point in the history
  • Loading branch information
ajn96 committed Nov 23, 2021
1 parent 802d955 commit d7a872d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DataPlotGUI.vb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ Public Class DataPlotGUI
tip0.SetToolTip(check_fixedTime, "Stop plotting automatically after a fixed time interval. This is useful when the data plotting application is being used for logging")
tip0.SetToolTip(x_timestamp, "Plot sample timestamps on X-axis (default is sample counter)")
tip0.SetToolTip(btn_SetLabel, "Set the Y-Axis label")
tip0.SetToolTip(btn_setTitle, "Set the plot title")
tip0.SetToolTip(btn_copyPlot, "Copy the current plot image to the clipboard (for pasting in office, word, etc)")
End Sub

Private Sub ResizeHandler() Handles Me.Resize
Expand Down

0 comments on commit d7a872d

Please sign in to comment.