Skip to content

Commit

Permalink
#324 bit more space
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuotvez committed Feb 27, 2024
1 parent 016c09f commit 1cd3d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GSCFieldApp/Views/FieldNotesPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@
</theme:ExpandPanel.ToolContent>
<theme:ExpandPanel.Content>

<GridView x:Name="ReportStationList" MaxHeight="330" Style="{StaticResource ReportPageGridView}"
<GridView x:Name="ReportStationList" MaxHeight="340" Style="{StaticResource ReportPageGridView}"
ItemClick="{x:Bind ViewModel.Report_ItemClick}"
SelectedIndex="{x:Bind ViewModel.ReportStationListIndex, Mode=TwoWay}"
ItemTemplate="{StaticResource ReportStationTemplate}"
Expand Down

0 comments on commit 1cd3d92

Please sign in to comment.