From 7732960d15cf1c6a34dfa3c4e39947138c0d38ef Mon Sep 17 00:00:00 2001 From: Eva Lott Date: Tue, 18 Jun 2024 09:19:15 +0100 Subject: [PATCH] changed capture to combobox in positions capture table --- src/pandablocks_ioc/_pvi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pandablocks_ioc/_pvi.py b/src/pandablocks_ioc/_pvi.py index 22237f95..2849b244 100644 --- a/src/pandablocks_ioc/_pvi.py +++ b/src/pandablocks_ioc/_pvi.py @@ -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(), ), ]