We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a34cb6 commit c0e0f1aCopy full SHA for c0e0f1a
trogon/widgets/parameter_controls.py
@@ -410,7 +410,7 @@ def yield_segments() -> Iterable[Text]:
410
if isinstance(name, str):
411
yield Text(name)
412
else:
413
- yield Text(" / ", style="dim").join([Text(n) for n in name])
+ yield Text(" / ").join([Text(n) for n in name])
414
415
if multiple:
416
yield Text("multiple", style="dim")
0 commit comments