Skip to content

Commit a42c5c7

Browse files
committed
Other layouts
1 parent 276c288 commit a42c5c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Files.App/Views/Layouts/ColumnLayoutPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
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

src/Files.App/Views/Layouts/GridLayoutPage.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,7 @@
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">

0 commit comments

Comments
 (0)