Skip to content

fix: hour-label column no longer overflows on longer labels - #548

Open
13732348243521734 wants to merge 1 commit into
lanis-mobile:mainfrom
13732348243521734:fix/timetable-hour-label-overflow
Open

fix: hour-label column no longer overflows on longer labels#548
13732348243521734 wants to merge 1 commit into
lanis-mobile:mainfrom
13732348243521734:fix/timetable-hour-label-overflow

Conversation

@13732348243521734

Copy link
Copy Markdown

Found in testing: the left-hand hour column (period label + start/end time, 3 stacked Text widgets) had a fixed height and could overflow when the label needed more than one line. Wrapped the content in FittedBox(fit: BoxFit.scaleDown) so it always scales down to fit instead of overflowing, regardless of label length.

Found in testing: the left-hand hour column (period label + start/end
time, 3 stacked Text widgets) had a fixed height and could overflow
when the label needed more than one line. Wrapped the content in
FittedBox(fit: BoxFit.scaleDown) so it always scales down to fit
instead of overflowing, regardless of label length.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant