Skip to content

Commit

Permalink
Increase padding on appbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Apr 5, 2024
1 parent 01b8a82 commit 326f02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Frontend/pages/Shell.dart
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class _NavigationDrawerExampleState extends ConsumerState<NavigationDrawerExampl
appBar: AppBar(
title: const DeviceStatusWidget(),
centerTitle: true,
toolbarHeight: 90 * MediaQuery.textScalerOf(context).scale(1),
toolbarHeight: 100 * MediaQuery.textScalerOf(context).scale(1),
),
),
),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies:
file_picker: ^8.0.0+1
wakelock_plus: ^1.1.4
pod_player: ^0.2.1
tivy: ^0.1.1
#tivy: ^0.1.1
pdfx: ^2.6.0
in_app_review: ^2.0.9
install_referrer:
Expand Down

0 comments on commit 326f02d

Please sign in to comment.