Skip to content

Commit

Permalink
Some extra spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed Sep 8, 2024
1 parent 07741bd commit b07c2e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/project_view/sidebar/sidebar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,11 @@ class _ConfigTreeState extends ConsumerState<Sidebar> {
return ListView(
children: [
const _ControlPanelTile(),
const SizedBox(height: 32),
const Text(" Configs"),
for (final File config in configs) ConfigTile(config),
const Text(" Maps"),
const SizedBox(height: 32),
const Text(" Map configs"), //TODO: Rename this back to "Maps" for 2.0
for (final File map in maps) MapTile(map),
const NewMapButton(),
],
Expand Down

0 comments on commit b07c2e3

Please sign in to comment.