We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276c288 commit a42c5c7Copy full SHA for a42c5c7
src/Files.App/Views/Layouts/ColumnLayoutPage.xaml
@@ -359,7 +359,7 @@
359
<DataTemplate x:DataType="storage:IGroupedCollectionHeader">
360
<StackPanel
361
Margin="0,0,0,4"
362
- VerticalAlignment="Top"
+ VerticalAlignment="Center"
363
AutomationProperties.Name="{x:Bind Model.Text}"
364
Spacing="0">
365
src/Files.App/Views/Layouts/GridLayoutPage.xaml
@@ -1042,6 +1042,7 @@
1042
1043
<Grid
1044
Padding="0,0,0,4"
1045
1046
1047
ColumnSpacing="8"
1048
RowSpacing="8">
0 commit comments