Adjust document grid to fit
This commit is contained in:
parent
64985fc816
commit
096796f9dd
|
|
@ -13,7 +13,7 @@ class DashedRect extends StatelessWidget {
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Container(
|
return Container(
|
||||||
height: 100,
|
height: 75,
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: EdgeInsets.all(strokeWidth / 2),
|
padding: EdgeInsets.all(strokeWidth / 2),
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ class _DocumentGridState extends State<DocumentGrid> {
|
||||||
child: Stack(
|
child: Stack(
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
height: 100,
|
height: 75,
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
child: Center(
|
child: Center(
|
||||||
child: Text(localization.dropFilesHere),
|
child: Text(localization.dropFilesHere),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue