浏览代码

PhotoView:Limit maxlines for photo description

Neeraj Gupta 2 年之前
父节点
当前提交
eed7fa9349
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lib/ui/viewer/file/fading_bottom_bar.dart

+ 2 - 0
lib/ui/viewer/file/fading_bottom_bar.dart

@@ -204,6 +204,8 @@ class FadingBottomBarState extends State<FadingBottomBar> {
                           ),
                           child: Text(
                             widget.file.caption,
+                            overflow: TextOverflow.ellipsis,
+                            maxLines: 4,
                             style: getEnteTextTheme(context)
                                 .small
                                 .copyWith(color: textBaseDark),