mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Fix title alignment in collection browser on ios
This commit is contained in:
parent
4ca70ced94
commit
5d52524e56
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class _AppBar extends StatelessWidget {
|
||||||
expandedHeight: 160,
|
expandedHeight: 160,
|
||||||
flexibleSpace: FlexibleSpaceBar(
|
flexibleSpace: FlexibleSpaceBar(
|
||||||
background: const _AppBarCover(),
|
background: const _AppBarCover(),
|
||||||
|
centerTitle: false,
|
||||||
title: Text(
|
title: Text(
|
||||||
state.collection.name,
|
state.collection.name,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
|
|
Loading…
Reference in a new issue