mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-09-06 16:40:56 +02:00
fix: remove Add-prefix from MultiWaveform and ScatterWaveform
This commit is contained in:
@@ -358,14 +358,10 @@ class BECDockArea(DockAreaWidget):
|
||||
"waveform": (widget_icons["Waveform"], "Waveform", "Waveform"),
|
||||
"scatter_waveform": (
|
||||
widget_icons["ScatterWaveform"],
|
||||
"Add Scatter Waveform",
|
||||
"Scatter Waveform",
|
||||
"ScatterWaveform",
|
||||
),
|
||||
"multi_waveform": (
|
||||
widget_icons["MultiWaveform"],
|
||||
"Add Multi Waveform",
|
||||
"MultiWaveform",
|
||||
),
|
||||
"multi_waveform": (widget_icons["MultiWaveform"], "Multi Waveform", "MultiWaveform"),
|
||||
"image": (widget_icons["Image"], "Image", "Image"),
|
||||
"motor_map": (widget_icons["MotorMap"], "Motor Map", "MotorMap"),
|
||||
"heatmap": (widget_icons["Heatmap"], "Heatmap", "Heatmap"),
|
||||
|
||||
Reference in New Issue
Block a user