Commit abf0a5f
authored
[Testing] Fixed Build error on inflight/ candidate PR 35716 (#35730)
This pull request makes layout adjustments to the `Issue7814` test case
to improve clarity and maintainability. The main changes involve
explicitly setting the grid positions of UI elements instead of using
extension methods, which helps make the layout logic more transparent.
**Layout adjustments:**
* Explicitly set the column for `_horizontalOffsetLabel` using
`Grid.SetColumn` instead of the `.Column(1)` extension method.
[[1]](diffhunk://#diff-a564b2a91bf588cf9e13398f6e1dcfac2f9345c027b39d5accbc02f9792360daR17-R26)
[[2]](diffhunk://#diff-a564b2a91bf588cf9e13398f6e1dcfac2f9345c027b39d5accbc02f9792360daL45-R51)
* Explicitly set the row for `outerScrollView` using `Grid.SetRow`
instead of the `.Row(1)` extension method.
[[1]](diffhunk://#diff-a564b2a91bf588cf9e13398f6e1dcfac2f9345c027b39d5accbc02f9792360daR17-R26)
[[2]](diffhunk://#diff-a564b2a91bf588cf9e13398f6e1dcfac2f9345c027b39d5accbc02f9792360daL45-R51)1 parent 84345dc commit abf0a5f
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
45 | | - | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | | - | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
0 commit comments