Skip to content

Commit 842c6c5

Browse files
committed
tag sheet start size
1 parent 37e0cf9 commit 842c6c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/views/components/dialogs/tags_dialogs.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,9 @@ showChooseTagSheet(context, {content = ''}) async {
488488
builder: (BuildContext context) {
489489
return DraggableScrollableSheet(
490490
key: UniqueKey(),
491-
initialChildSize: 0.7,
491+
initialChildSize: 0.93,
492492
maxChildSize: 0.93,
493-
minChildSize: .5,
493+
// minChildSize: .5,
494494
expand: false,
495495
builder: (context, controller) => Column(
496496
children: [

0 commit comments

Comments
 (0)