Column Header left aligned

main
Herwig Birke 2 months ago
parent f7839d1dfb
commit 731dfc6b54

@ -1195,7 +1195,8 @@ class SeriesListScreen extends ConsumerWidget {
const widgets.SizedBox(width: 16),
widgets.SizedBox(
width: seasonWidths[s] ?? 74,
child: Center(
child: Align(
alignment: Alignment.centerLeft,
child: Text('Season $s',
style: Theme.of(context)
.textTheme

Loading…
Cancel
Save