Skip to content

Commit

Permalink
padding
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Aug 4, 2024
1 parent 48d03a8 commit 59d3164
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ui/shared/dialogs/load_model_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class _LoadModelDialogState extends State<LoadModelDialog> {
style: Theme.of(context).textTheme.labelLarge,
),
),
const SizedBox(width: 8),
FilledButton(
onPressed: () {
File(importedModels![selected!]!).delete();
Expand All @@ -134,6 +135,7 @@ class _LoadModelDialogState extends State<LoadModelDialog> {

Widget buildDropdown() {
return Column(
mainAxisSize: MainAxisSize.min,
children: [
Row(
mainAxisAlignment: MainAxisAlignment.center,
Expand Down

0 comments on commit 59d3164

Please sign in to comment.