Skip to content

Commit

Permalink
Remove justify
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Dec 21, 2024
1 parent 469176d commit 2a8263e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/view/settings/board_settings_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class _Body extends ConsumerWidget {
// TODO translate
'Vibrate when moving pieces or capturing them.',
maxLines: 5,
textAlign: TextAlign.justify,
),
onChanged: (value) {
ref.read(boardPreferencesProvider.notifier).toggleHapticFeedback();
Expand All @@ -141,7 +140,6 @@ class _Body extends ConsumerWidget {
title: Text(context.l10n.mobileSettingsImmersiveMode),
subtitle: Text(
context.l10n.mobileSettingsImmersiveModeSubtitle,
textAlign: TextAlign.justify,
maxLines: 5,
),
value: boardPrefs.immersiveModeWhilePlaying ?? false,
Expand Down Expand Up @@ -226,7 +224,6 @@ class _Body extends ConsumerWidget {
// TODO: translate
'Draw shapes using two fingers: maintain one finger on an empty square and drag another finger to draw a shape.',
maxLines: 5,
textAlign: TextAlign.justify,
),
value: boardPrefs.enableShapeDrawings,
onChanged: (value) {
Expand Down

0 comments on commit 2a8263e

Please sign in to comment.