- 08 Feb, 2017 3 commits
-
-
Chris Bracken authored
This reverts commit ea21d0c5 which didn't resolve the pagination control overflow issue. Commit 7425940d replaces this as an alternate workaround. Once flutter/flutter#7980 is resolved, we should revert 7425940d and scroll instead.
-
Chris Bracken authored
Once engine commit d49a6b110bced49fa318b0dd45bf409218df9ee5 rolls into Flutter rolls in, we get correct font metrics for the Ahem font, used in headless sky_shell test runs. Ahem has much wider glyphs than the system font, which causes the PaginatedDataTable bottom bar to be much wider and overflow the previous and next controls offscreen. This commit reduces the number of rows such that the prev/next controls are still just barely onscreen.
-
Ian Hickson authored
The Ahem font has a much wider average text width than most fonts.
-
- 26 Jan, 2017 1 commit
-
-
Todd Volkert authored
This yields a cleaner separation between common testing code and actual tests (a distinction which is important in Google's internal build system).
-
- 24 Jan, 2017 1 commit
-
-
Adam Barth authored
This patch contains some basic tests for PaginatedDataTable.
-