layout changes

This commit is contained in:
Scott E. Graves 2025-03-24 19:08:28 -05:00
parent 0174be3e6d
commit aa23decaff

View File

@ -386,7 +386,7 @@ Future<String?> editMountLocation(
); );
}).toList(), }).toList(),
), ),
title: const Text('Mount Location'), title: const Text('Mount Location', textAlign: TextAlign.center),
); );
}, },
); );