Version 1.0.3
Some checks failed
Gitea/WheresMyMoney/pipeline/head There was a failure building this commit
Some checks failed
Gitea/WheresMyMoney/pipeline/head There was a failure building this commit
- Modify planned payment - minor bug fixes
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
</Grid>
|
||||
<BoxView Grid.Row="1" HeightRequest="1" BackgroundColor="Gray" Margin="0,10,0,10" />
|
||||
<!-- Scrollable List Section -->
|
||||
<CollectionView Grid.Row="2" ItemsSource="{Binding PlannedPaymentsViewModels}">
|
||||
<CollectionView Grid.Row="2" ItemsSource="{Binding PlannedPaymentsViewModels}" x:DataType="local:BalancePage">
|
||||
<CollectionView.ItemTemplate>
|
||||
<DataTemplate x:DataType="local:PlannedPaymentsViewModel">
|
||||
<Grid Padding="10" ColumnSpacing="10">
|
||||
|
||||
Reference in New Issue
Block a user