Commit 0b6706a
committed
ui: stretch tab content so cards anchor to the top
TabItem defaults HorizontalContentAlignment + VerticalContentAlignment
to Center, which made the General tab's single Card float in the
vertical middle of the tab area with a wall of empty space above it.
Setting both to Stretch on the TabControl propagates to every TabItem
so each tab's ScrollViewer fills the available area and content sits
naturally at the top.1 parent 36a8c3c commit 0b6706a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments