fix some inconsistent spacings
This commit is contained in:
		@@ -171,14 +171,17 @@ class _BuildScreenState extends State<BuildScreen> {
 | 
				
			|||||||
            const SizedBox(
 | 
					            const SizedBox(
 | 
				
			||||||
              height: 45,
 | 
					              height: 45,
 | 
				
			||||||
            ),
 | 
					            ),
 | 
				
			||||||
            Divider(),
 | 
					            const Divider(),
 | 
				
			||||||
 | 
					            const SizedBox(
 | 
				
			||||||
 | 
					              height: 5,
 | 
				
			||||||
 | 
					            ),
 | 
				
			||||||
            const Text(
 | 
					            const Text(
 | 
				
			||||||
              "Actions:",
 | 
					              "Actions:",
 | 
				
			||||||
              style: TextStyle(fontSize: 18),
 | 
					              style: TextStyle(fontSize: 18),
 | 
				
			||||||
              textAlign: TextAlign.start,
 | 
					              textAlign: TextAlign.start,
 | 
				
			||||||
            ),
 | 
					            ),
 | 
				
			||||||
            const SizedBox(
 | 
					            const SizedBox(
 | 
				
			||||||
              height: 15,
 | 
					              height: 20,
 | 
				
			||||||
            ),
 | 
					            ),
 | 
				
			||||||
            Row(
 | 
					            Row(
 | 
				
			||||||
              children: [
 | 
					              children: [
 | 
				
			||||||
@@ -213,9 +216,9 @@ class _BuildScreenState extends State<BuildScreen> {
 | 
				
			|||||||
            const SizedBox(
 | 
					            const SizedBox(
 | 
				
			||||||
              height: 15,
 | 
					              height: 15,
 | 
				
			||||||
            ),
 | 
					            ),
 | 
				
			||||||
            Divider(),
 | 
					            const Divider(),
 | 
				
			||||||
            const SizedBox(
 | 
					            const SizedBox(
 | 
				
			||||||
              height: 15,
 | 
					              height: 5,
 | 
				
			||||||
            ),
 | 
					            ),
 | 
				
			||||||
            Text(
 | 
					            Text(
 | 
				
			||||||
              "Build Information:",
 | 
					              "Build Information:",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user