Commit 8dcdec53 authored by Hans Muller's avatar Hans Muller

Moved the home page padding to inside the Block

parent 7915e909
...@@ -59,9 +59,8 @@ class GalleryHomeState extends State<GalleryHome> { ...@@ -59,9 +59,8 @@ class GalleryHomeState extends State<GalleryHome> {
); );
} }
), ),
body: new Padding( body: new Block(
padding: const EdgeDims.all(4.0), padding: const EdgeDims.all(4.0),
child: new Block(
children: <Widget>[ children: <Widget>[
new Row( new Row(
children: <Widget>[ children: <Widget>[
...@@ -144,7 +143,6 @@ class GalleryHomeState extends State<GalleryHome> { ...@@ -144,7 +143,6 @@ class GalleryHomeState extends State<GalleryHome> {
) )
] ]
) )
)
); );
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment