align loading bestween options

This commit is contained in:
2024-08-28 12:20:36 +02:00
parent 12dd69b5d7
commit c99bc8db29
4 changed files with 132 additions and 68 deletions

View File

@@ -307,7 +307,7 @@ class _BuildFilesListState extends State<BuildFilesList> {
double height = size.height;
if (widget.files.isNotEmpty) {
return SizedBox(
height: height - 250,
height: height - 254,
child: ListView.separated(
shrinkWrap: true,
separatorBuilder: (BuildContext context, int index) {