Fix tooltip for Rec button in I/Q recording dialog

This commit is contained in:
Clayton Smith 2020-11-22 20:41:42 -05:00
parent 1a29259ac1
commit 112791d53f
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
FIXED: Hardware retuning when dragging frequency axis with center button.
FIXED: Removed non-functional Plot button from I/Q recording dialog.
FIXED: Tooltip for Rec button in I/Q recording dialog.
IMPROVED: More accurate rendering of FFT fill.
IMPROVED: Better rendering of amplitude axis.

View File

@ -103,7 +103,7 @@
</size>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Button disabled.&lt;/p&gt;&lt;p&gt;Please use the record button in the main window.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>Record I/Q samples to new file</string>
</property>
<property name="text">
<string>&amp;Rec</string>