We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531e90e commit 433de15Copy full SHA for 433de15
1 file changed
src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/CheckoutView.xaml
@@ -84,8 +84,7 @@
84
<RowDefinition Height="Auto" />
85
</Grid.RowDefinitions>
86
<!-- ORDER INFO -->
87
- <Grid
88
- x:Name="OrderInfo">
+ <Grid>
89
<Grid.ColumnDefinitions>
90
<ColumnDefinition />
91
@@ -141,8 +140,7 @@
141
140
</Grid>
142
<!-- SHIPPING ADDRESS -->
143
<Grid
144
- x:Name="ShippingAddress"
145
- Grid.Row="1"
+ Grid.Row="1"
146
Margin="12">
147
<Grid.RowDefinitions>
148
@@ -169,9 +167,7 @@
169
167
</StackLayout>
170
168
171
<!-- ORDER ITEMS -->
172
173
- x:Name="OrderItems"
174
- Grid.Row="2">
+ <Grid Grid.Row="2">
175
176
<RowDefinition Height="*" />
177
0 commit comments