Skip to content

Commit

Permalink
Fixed AppBar cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
FelberMartin committed Aug 29, 2024
1 parent e8e1103 commit 2bd798a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions lib/widgets/common/my_app_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ class MyAppBar extends StatelessWidget implements PreferredSizeWidget {
backgroundColor: Theme.of(context).colorScheme.secondary,
leading: leftContent,
title: middleContent,
toolbarHeight: AppBarHeight,
centerTitle: true,
actions: [rightContent],
);
Expand Down
2 changes: 0 additions & 2 deletions lib/widgets/play/top_row.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ class TopRow extends StatelessWidget implements PreferredSizeWidget {
onNavigationPressed: onBackPressed,
middleContent: Column(
children: [
SizedBox(height: 4.0),
titleWidget,
SizedBox(height: 4.0),
subtitle,
],
),
Expand Down
2 changes: 0 additions & 2 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# TODOs
## Next up

- Edwin: Level difficulty is cut off?

## Later
- Ads for the app
- TikTok videos?
Expand Down

0 comments on commit 2bd798a

Please sign in to comment.