Commit 9108ea9
Inspect tab: weight(1f) on byte grid so the bottom row isn't clipped
LazyVerticalGrid was using fillMaxSize() inside a Column, which let it
request more height than the column had available, cropping the last
row. weight(1f) claims the leftover height after the headers exactly,
so all 16 rows of the 96-byte body fit on screen.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3515c82 commit 9108ea9
1 file changed
Lines changed: 6 additions & 3 deletions
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
710 | | - | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
711 | 714 | | |
712 | 715 | | |
713 | | - | |
| 716 | + | |
714 | 717 | | |
715 | 718 | | |
716 | 719 | | |
| |||
0 commit comments