Commit a6406c0
committed
Fix NavigationView content header grid splitting width 50/50
LayoutNodeFactory was not propagating FlexFactor from ColumnContainer
to LayoutNode, so all columns defaulted to FlexFactor=1.0 regardless
of the control's setting. The toolbar column in NavigationView's
content header now correctly sizes to content (FlexFactor=0) while
the title column takes remaining space.1 parent 2b7fd03 commit a6406c0
2 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
84 | 91 | | |
85 | 92 | | |
86 | 93 | | |
| |||
0 commit comments