File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/Files.App/Views/Layouts Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 359359 <DataTemplate x : DataType =" storage:IGroupedCollectionHeader" >
360360 <StackPanel
361361 Margin=" 0,0,0,4"
362- VerticalAlignment=" Top "
362+ VerticalAlignment=" Center "
363363 AutomationProperties.Name=" {x:Bind Model.Text}"
364364 Spacing=" 0" >
365365
Original file line number Diff line number Diff line change 13921392 <DataTemplate x : DataType =" storage:IGroupedCollectionHeader" >
13931393 <StackPanel
13941394 Margin=" 0,0,0,4"
1395- VerticalAlignment=" Top "
1395+ VerticalAlignment=" Center "
13961396 AutomationProperties.Name=" {x:Bind Model.Text}"
13971397 Spacing=" 0" >
13981398 <StackPanel Orientation =" Horizontal" Spacing =" 4" >
Original file line number Diff line number Diff line change 10421042 <DataTemplate x : DataType =" storage:IGroupedCollectionHeader" >
10431043 <Grid
10441044 Padding=" 0,0,0,4"
1045+ VerticalAlignment=" Center"
10451046 AutomationProperties.Name=" {x:Bind Model.Text}"
10461047 ColumnSpacing=" 8"
10471048 RowSpacing=" 8" >
You can’t perform that action at this time.
0 commit comments