Skip to content

Commit

Permalink
Fix height and icon in view settings
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Nov 24, 2024
1 parent 36168ff commit 9c6728a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/lib/settings/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class ViewSettingsPage extends StatelessWidget {
AdvancedSwitchListTile(
leading: const PhosphorIcon(PhosphorIconsLight.sidebar),
title: Text(AppLocalizations.of(context).navigationRail),
height: 76,
subtitle: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.stretch,
Expand Down Expand Up @@ -132,7 +133,7 @@ class ViewSettingsPage extends StatelessWidget {
.changeNavigationRail(value),
),
ListTile(
leading: const PhosphorIcon(PhosphorIconsLight.toolbox),
leading: const PhosphorIcon(PhosphorIconsLight.archive),
title: Text(
AppLocalizations.of(context).optionsPanelPosition),
subtitle: Column(
Expand Down

0 comments on commit 9c6728a

Please sign in to comment.