Skip to content

Commit

Permalink
Fix settings drawer padding. (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
Komodo5197 authored Jan 12, 2025
1 parent ae2b8ac commit 230783f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/components/MusicScreen/music_screen_drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import '../../screens/downloads_screen.dart';
import '../../screens/logs_screen.dart';
import '../../screens/settings_screen.dart';
import '../../services/finamp_user_helper.dart';
import '../padded_custom_scrollview.dart';
import 'offline_mode_switch_list_tile.dart';
import 'view_list_tile.dart';

Expand All @@ -27,8 +26,7 @@ class MusicScreenDrawer extends StatelessWidget {
contentPadding: const EdgeInsetsDirectional.only(start: 16.0, end: 8.0),
// Manually handle padding in leading/trailing icons
horizontalTitleGap: 0,
child: PaddedCustomScrollview(
bottomPadding: 0.0,
child: CustomScrollView(
slivers: [
SliverList(
delegate: SliverChildListDelegate.fixed(
Expand Down

0 comments on commit 230783f

Please sign in to comment.