Skip to content

Commit

Permalink
Removed unnecessary row definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5bfa committed Mar 5, 2024
1 parent a8a31f6 commit 53fa3e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Files.App/Views/Layouts/GridLayoutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -590,14 +590,9 @@
</local:BaseGroupableLayoutPage.Resources>

<Grid x:Name="RootGrid" ContextFlyout="{x:Bind BaseContextMenuFlyout}">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>

<!-- Empty Indicator -->
<uc:FolderEmptyIndicator
Grid.Row="3"
Margin="0,125,0,0"
HorizontalAlignment="Center"
VerticalAlignment="Top"
Expand All @@ -615,7 +610,6 @@
<!-- Grouping/Ungrouping -->
<SemanticZoom
x:Name="RootGridZoom"
Grid.Row="1"
CanChangeViews="{x:Bind CollectionViewSource.IsSourceGrouped, Mode=OneWay}"
ViewChangeStarted="SemanticZoom_ViewChangeStarted"
Visibility="{x:Bind FolderSettings.IsLayoutModeChanging, Mode=OneWay, Converter={StaticResource NegatedBoolToVisibilityConverter}}">
Expand Down

0 comments on commit 53fa3e5

Please sign in to comment.