style(flex): trim the split chaser's labels
The marker field needs no caption -- it sits against a button showing the same text -- and 'offset' spelled out crowded a row that already carries SPLIT, the chaser and the TX readout.
This commit is contained in:
@@ -686,7 +686,6 @@ export function FlexPanel({ onCWSpeed, onReportRST }: { onCWSpeed?: (wpm: number
|
||||
or several. Editable here rather than in a settings page
|
||||
because it is chosen in the skimmer, and the two have to
|
||||
agree or nothing ever fires. */}
|
||||
{t('flxp.rstChaseMarker')}
|
||||
<input type="text" value={rstChaseMarkersText}
|
||||
onChange={(e) => setRstChaseMarkersText(e.target.value)}
|
||||
onBlur={() => {
|
||||
|
||||
Reference in New Issue
Block a user