From aa23decaff3ca34ca11678c9caefdd484d3ece0f Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 24 Mar 2025 19:08:28 -0500 Subject: [PATCH] layout changes --- web/repertory/lib/helpers.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/repertory/lib/helpers.dart b/web/repertory/lib/helpers.dart index a10f6769..35ce6df6 100644 --- a/web/repertory/lib/helpers.dart +++ b/web/repertory/lib/helpers.dart @@ -386,7 +386,7 @@ Future editMountLocation( ); }).toList(), ), - title: const Text('Mount Location'), + title: const Text('Mount Location', textAlign: TextAlign.center), ); }, );