Adjust document grid to fit

This commit is contained in:
Hillel Coren 2023-08-03 14:20:03 +03:00
parent 64985fc816
commit 096796f9dd
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ class DashedRect extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
height: 100,
height: 75,
width: double.infinity,
child: Padding(
padding: EdgeInsets.all(strokeWidth / 2),

View File

@ -122,7 +122,7 @@ class _DocumentGridState extends State<DocumentGrid> {
child: Stack(
children: [
Container(
height: 100,
height: 75,
width: double.infinity,
child: Center(
child: Text(localization.dropFilesHere),