Skip to content

Commit 276c288

Browse files
committed
Fix: Fixed alignment of group headers
1 parent 9d914f2 commit 276c288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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="Top"
1395+
VerticalAlignment="Center"
13961396
AutomationProperties.Name="{x:Bind Model.Text}"
13971397
Spacing="0">
13981398
<StackPanel Orientation="Horizontal" Spacing="4">

0 commit comments

Comments
 (0)