viewer: improved display of multiline descriptions
This commit is contained in:
parent
0b5e235053
commit
baa318f0de
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class OverlayRowExpander extends StatelessWidget {
|
|||
textAlign: parent.textAlign,
|
||||
softWrap: expanded,
|
||||
overflow: parent.overflow,
|
||||
maxLines: expanded ? null : 42,
|
||||
maxLines: expanded ? 16 : 1,
|
||||
textWidthBasis: parent.textWidthBasis,
|
||||
child: child!,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue