Skip to content

Commit

Permalink
Merge pull request #1498 from julien4215/fix-analysis-settings
Browse files Browse the repository at this point in the history
Tweak analysis settings UI
  • Loading branch information
veloce authored Mar 3, 2025
2 parents 7a3d721 + 3b483e3 commit 5b94e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions lib/src/view/analysis/analysis_settings_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ class AnalysisSettingsScreen extends ConsumerWidget {
? CrossFadeState.showSecond
: CrossFadeState.showFirst,
firstChild: const SizedBox.shrink(),
secondChild: ListSection(
margin: EdgeInsets.zero,
cupertinoBorderRadius: BorderRadius.zero,
cupertinoClipBehavior: Clip.none,
secondChild: Column(
children: [
SwitchSettingTile(
title: Text(context.l10n.evaluationGauge),
Expand Down
5 changes: 1 addition & 4 deletions lib/src/view/broadcast/broadcast_game_settings_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,7 @@ class BroadcastGameSettingsScreen extends ConsumerWidget {
? CrossFadeState.showSecond
: CrossFadeState.showFirst,
firstChild: const SizedBox.shrink(),
secondChild: ListSection(
margin: EdgeInsets.zero,
cupertinoBorderRadius: BorderRadius.zero,
cupertinoClipBehavior: Clip.none,
secondChild: Column(
children: [
SwitchSettingTile(
title: Text(context.l10n.evaluationGauge),
Expand Down

0 comments on commit 5b94e36

Please sign in to comment.