Unused x:Name references removed.
This commit is contained in:
parent
531e90e5a3
commit
433de15fdc
@ -84,8 +84,7 @@
|
||||
<RowDefinition Height="Auto" />
|
||||
</Grid.RowDefinitions>
|
||||
<!-- ORDER INFO -->
|
||||
<Grid
|
||||
x:Name="OrderInfo">
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition />
|
||||
<ColumnDefinition />
|
||||
@ -141,8 +140,7 @@
|
||||
</Grid>
|
||||
<!-- SHIPPING ADDRESS -->
|
||||
<Grid
|
||||
x:Name="ShippingAddress"
|
||||
Grid.Row="1"
|
||||
Grid.Row="1"
|
||||
Margin="12">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
@ -169,9 +167,7 @@
|
||||
</StackLayout>
|
||||
</Grid>
|
||||
<!-- ORDER ITEMS -->
|
||||
<Grid
|
||||
x:Name="OrderItems"
|
||||
Grid.Row="2">
|
||||
<Grid Grid.Row="2">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="*" />
|
||||
<RowDefinition Height="Auto" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user