Skip to content

Commit

Permalink
changed capture to combobox in positions capture table
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Jun 18, 2024
1 parent c18d63f commit 7732960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pandablocks_ioc/_pvi.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def add_positions_table_row(
name=epics_to_pvi_name(capture_record_name),
label=capture_record_name,
pv=capture_record_name,
widget=TextWrite(),
widget=ComboBox(),
),
]

Expand Down

0 comments on commit 7732960

Please sign in to comment.