Skip to content

Commit

Permalink
Small spacing improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed Sep 4, 2024
1 parent a371e4c commit d4db3ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/config_tree.dart
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ class _ConfigTreeState extends ConsumerState<ConfigTree> {
return ListView(
children: [
const _ControlPanelTile(),
const Text("Configs"),
const Text(" Configs"),
for (final File config in configs) ConfigTile(config),
const Text("Storages"),
const Text(" Storages"),
for (final File storage in storages) ConfigTile(storage),
const Text("Maps"),
const Text(" Maps"),
for (final File map in maps) MapTile(map),
const NewMapButton(),
],
Expand Down

0 comments on commit d4db3ba

Please sign in to comment.