We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59aa74 commit 1984cf1Copy full SHA for 1984cf1
1 file changed
lib/presentation/prefs_dialog.dart
@@ -37,7 +37,6 @@ class _PreferencesDialogState extends State<PreferencesDialog> {
37
return AlertDialog(
38
title: Text('Preferences'),
39
content: Column(
40
- crossAxisAlignment: CrossAxisAlignment.stretch,
41
mainAxisSize: MainAxisSize.min,
42
children: [
43
SwitchListTile(
0 commit comments