1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-07 23:32:12 +02:00

fix: display short lists in SignalDisplay

This commit is contained in:
David Perl
2025-07-23 10:20:24 +02:00
committed by David Perl
parent a972369a72
commit 4bbb8fa519
3 changed files with 49 additions and 7 deletions
+14
View File
@@ -4563,6 +4563,20 @@ class SignalLabel(RPCBase):
Displays the full data from array signals if set to True.
"""
@property
@rpc_call
def max_list_display_len(self) -> "int":
"""
For small lists, the max length to display
"""
@max_list_display_len.setter
@rpc_call
def max_list_display_len(self) -> "int":
"""
For small lists, the max length to display
"""
class SignalLineEdit(RPCBase):
"""Line edit widget for device input with autocomplete for device names."""