Adjust document grid to fit
This commit is contained in:
parent
64985fc816
commit
096796f9dd
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue