Commit 8111fa79 authored by Hans Muller's avatar Hans Muller

Merge pull request #2117 from HansMuller/gallery_home

Moved the Gallery's home page padding inside its Block
parents 7915e909 8dcdec53
......@@ -59,9 +59,8 @@ class GalleryHomeState extends State<GalleryHome> {
);
}
),
body: new Padding(
body: new Block(
padding: const EdgeDims.all(4.0),
child: new Block(
children: <Widget>[
new Row(
children: <Widget>[
......@@ -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