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

Merge branch '20-add-bottom-margin-in-parameters-page' into 'master'

Resolve "Add bottom margin in parameters page"

Closes #20

See merge request !27
parents c08f70e4 7ad2acae
No related branches found
No related tags found
1 merge request!27Resolve "Add bottom margin in parameters page"
Pipeline #7807 passed
## 1.0.5
- Add bottom margin in parameters/start page
## 1.0.4 ## 1.0.4
- Put "delete" and "resume" buttons on same line - Put "delete" and "resume" buttons on same line
......
...@@ -111,6 +111,10 @@ class PageParameters extends StatelessWidget { ...@@ -111,6 +111,10 @@ class PageParameters extends StatelessWidget {
if (blockBottom.isNotEmpty) { if (blockBottom.isNotEmpty) {
blocks.addAll(blockBottom); blocks.addAll(blockBottom);
} else {
// Add bottom margin
blocks.add(SizedBox(height: separatorHeight));
blocks.add(SizedBox(height: separatorHeight));
} }
return Column(children: blocks); return Column(children: blocks);
......
...@@ -3,7 +3,7 @@ description: "Flutter custom toolbox for org.benoitharrault.* projects." ...@@ -3,7 +3,7 @@ description: "Flutter custom toolbox for org.benoitharrault.* projects."
publish_to: https://pub.harrault.fr/ publish_to: https://pub.harrault.fr/
version: 1.0.4 version: 1.0.5
homepage: https://git.harrault.fr/android/flutter-toolbox 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