Skip to content

Commit c7f3829

Browse files
committed
Code Quality: Follow up for group header alignment
1 parent 07fcd89 commit c7f3829

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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="Center"
362+
VerticalAlignment="Bottom"
363363
AutomationProperties.Name="{x:Bind Model.Text}"
364364
Spacing="0">
365365

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@
13921392
<DataTemplate x:DataType="storage:IGroupedCollectionHeader">
13931393
<StackPanel
13941394
Margin="0,0,0,4"
1395-
VerticalAlignment="Center"
1395+
VerticalAlignment="Bottom"
13961396
AutomationProperties.Name="{x:Bind Model.Text}"
13971397
Spacing="0">
13981398
<StackPanel Orientation="Horizontal" Spacing="4">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@
10421042
<DataTemplate x:DataType="storage:IGroupedCollectionHeader">
10431043
<Grid
10441044
Padding="0,0,0,4"
1045-
VerticalAlignment="Center"
1045+
VerticalAlignment="Bottom"
10461046
AutomationProperties.Name="{x:Bind Model.Text}"
10471047
ColumnSpacing="8"
10481048
RowSpacing="8">

0 commit comments

Comments
 (0)