Skip to content

Commit

Permalink
[timetable] isThreeLine: true in CourseDescCard
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Mar 19, 2024
1 parent 145107e commit 9e0a3b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/timetable/page/details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class CourseDescCard extends StatelessWidget {
final weekNumbers = course.weekIndices.l10n();
final (:begin, :end) = course.calcBeginEndTimePoint();
return ListTile(
isThreeLine: true,
title: course.place.text(),
subtitle: [
"${Weekday.fromIndex(course.dayIndex).l10n()} ${begin.l10n(context)}–${end.l10n(context)}".text(),
Expand Down

0 comments on commit 9e0a3b4

Please sign in to comment.