Fehlerbehebung im Grid
This commit is contained in:
@@ -71,9 +71,9 @@
|
||||
</Grid.RowDefinitions>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
|
||||
</Grid.ColumnDefinitions>
|
||||
<HorizontalStackLayout Grid.Row="0" Grid.Column="0">
|
||||
<HorizontalStackLayout Grid.Row="0" HorizontalOptions="FillAndExpand">
|
||||
<Label Grid.Column="0" Text="{Binding begin}" />
|
||||
<Label Text="bis" Padding="5,0,5,0" />
|
||||
<Label Text="{Binding end}" />
|
||||
|
||||
Reference in New Issue
Block a user