mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
fix(waveform_widget): fixed icon appearance
This commit is contained in:
@ -111,7 +111,7 @@ class BECWaveformWidget(BECWidget, QWidget):
|
||||
icon_name="settings", tooltip="Open Configuration Dialog"
|
||||
),
|
||||
"crosshair": MaterialIconAction(
|
||||
icon_name="grid_goldenratio", tooltip="Show Crosshair"
|
||||
icon_name="point_scan", tooltip="Show Crosshair", checkable=True
|
||||
),
|
||||
},
|
||||
target_widget=self,
|
||||
|
Reference in New Issue
Block a user