Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJanKramer committed Jan 14, 2025
1 parent 9c20da3 commit 3a5cffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/controls/drop_area.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class _DropAreaState extends State<DropArea> {

return Column(
mainAxisAlignment: MainAxisAlignment.spaceAround,
spacing: 10,
// spacing: 10,
children: [
// Top text
Text(
Expand Down

0 comments on commit 3a5cffa

Please sign in to comment.