From 05448a62170e4abdd80aff3d024577f809d4da2d Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Fri, 16 Feb 2024 22:58:46 +0100 Subject: [PATCH] fix some inconsistent spacings --- frontend/lib/screens/build_screen.dart | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/lib/screens/build_screen.dart b/frontend/lib/screens/build_screen.dart index 9b4e6ba..abdc135 100644 --- a/frontend/lib/screens/build_screen.dart +++ b/frontend/lib/screens/build_screen.dart @@ -171,14 +171,17 @@ class _BuildScreenState extends State { const SizedBox( height: 45, ), - Divider(), + const Divider(), + const SizedBox( + height: 5, + ), const Text( "Actions:", style: TextStyle(fontSize: 18), textAlign: TextAlign.start, ), const SizedBox( - height: 15, + height: 20, ), Row( children: [ @@ -213,9 +216,9 @@ class _BuildScreenState extends State { const SizedBox( height: 15, ), - Divider(), + const Divider(), const SizedBox( - height: 15, + height: 5, ), Text( "Build Information:",