Skip to content
Snippets Groups Projects
Commit 7ad2acae authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Add bottom margin in parameters page

parent c08f70e4
No related branches found
No related tags found
1 merge request!27Resolve "Add bottom margin in parameters page"
Pipeline #7806 passed
## 1.0.5
- Add bottom margin in parameters/start page
## 1.0.4
- Put "delete" and "resume" buttons on same line
......
......@@ -111,6 +111,10 @@ class PageParameters extends StatelessWidget {
if (blockBottom.isNotEmpty) {
blocks.addAll(blockBottom);
} else {
// Add bottom margin
blocks.add(SizedBox(height: separatorHeight));
blocks.add(SizedBox(height: separatorHeight));
}
return Column(children: blocks);
......
......@@ -3,7 +3,7 @@ description: "Flutter custom toolbox for org.benoitharrault.* projects."
publish_to: https://pub.harrault.fr/
version: 1.0.4
version: 1.0.5
homepage: https://git.harrault.fr/android/flutter-toolbox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment