Skip to content

Commit

Permalink
Update MainPage.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 committed May 23, 2024
1 parent 043ad2e commit ffcd9b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Files.App/Views/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
MinHeight="100" />
<RowDefinition Height="Auto" />
<RowDefinition x:Name="PaneRow" Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" MinHeight="8" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition
Expand Down Expand Up @@ -315,7 +315,8 @@
Grid.Row="4"
Grid.ColumnSpan="3"
x:Load="False"
ShowInfoText="{x:Bind SidebarAdaptiveViewModel.PaneHolder.ActivePaneOrColumn.InstanceViewModel.IsPageTypeNotHome, Mode=OneWay}" />
ShowInfoText="{x:Bind SidebarAdaptiveViewModel.PaneHolder.ActivePaneOrColumn.InstanceViewModel.IsPageTypeNotHome, Mode=OneWay}"
Visibility="{x:Bind SidebarAdaptiveViewModel.PaneHolder.ActivePaneOrColumn.InstanceViewModel.IsPageTypeNotHome, Mode=OneWay}" />
</Grid>
</sidebar:SidebarView.InnerContent>
</sidebar:SidebarView>
Expand Down

0 comments on commit ffcd9b2

Please sign in to comment.