Explorar o código

Show max 10 files in caption edit field

Neeraj Gupta %!s(int64=2) %!d(string=hai) anos
pai
achega
02f976167d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/ui/viewer/file/file_caption_widget.dart

+ 1 - 1
lib/ui/viewer/file/file_caption_widget.dart

@@ -89,7 +89,7 @@ class _FileCaptionWidgetState extends State<FileCaptionWidget> {
       cursorWidth: 1.5,
       maxLength: maxLength,
       minLines: 1,
-      maxLines: 6,
+      maxLines: 10,
       textCapitalization: TextCapitalization.sentences,
       keyboardType: TextInputType.text,
       onChanged: (value) {