Ticket #2121 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Measure missing tooltip for sensors sample recording interval

Reported by: quozl Owned by: walter
Priority: Unspecified by Maintainer Milestone: Unspecified by Release Team
Component: Measure Version: Unspecified
Severity: Trivial Keywords:
Cc: Distribution/OS: OLPC
Bug Status: Unconfirmed

Description

There is no tooltip or text explaining the sample recording interval widget.

Measure-30, XO-1 os301, XO-1.5 os206.

Attachments

0001-add-missing-tooltip-for-sensors-sample-recording-int.patch Download (1.1 KB) - added by quozl 3 years ago.
That code is in the Sound toolbar, but I was talking about the Sensors toolbar. Here's the patch I propose as solution for this ticket.

Change History

Changed 3 years ago by walter

With 0.88, there is a tooltip:

if hasattr(self._loginterval_combo, "set_tooltip_text"):

self._loginterval_combo.set_tooltip_text(_('Sampling interval'))

Changed 3 years ago by quozl

That code is in the Sound toolbar, but I was talking about the Sensors toolbar. Here's the patch I propose as solution for this ticket.

Changed 3 years ago by walter

  • status changed from new to closed
  • resolution set to fixed

Missed this one. It will be included in v32 at what point that is released.

Note: See TracTickets for help on using tickets.