Skip to content

Commit

Permalink
Improve spacing in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Feb 11, 2024
1 parent 5c5485f commit 3135df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils/utils_widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class DropdownListTile extends StatelessWidget {
initialSelection: value,
onSelected: onChanged,
requestFocusOnTap: false,
width: 150,
width: 170,
inputDecorationTheme: const InputDecorationTheme(
outlineBorder: BorderSide.none,
),
Expand Down Expand Up @@ -308,7 +308,7 @@ class SplashScreenWidget extends StatelessWidget {
class ConstrainedContainer extends StatelessWidget {
final Widget child;
final double maxWidth;
const ConstrainedContainer(this.child, {this.maxWidth = 500, super.key});
const ConstrainedContainer(this.child, {this.maxWidth = 600, super.key});

@override
Widget build(BuildContext context) {
Expand Down

0 comments on commit 3135df8

Please sign in to comment.