summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml')
-rw-r--r--Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml b/Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml
index b1630646..296f9eeb 100644
--- a/Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml
+++ b/Xamarin.Forms.Xaml.UnitTests/CompiledTypeConverter.xaml
@@ -7,5 +7,5 @@
BackgroundColor="Pink">
<Label x:Name="label"
HorizontalOptions="EndAndExpand"
- RelativeLayout.XConstraint="2" />
-</ContentPage> \ No newline at end of file
+ RelativeLayout.XConstraint="2" Margin="2,3"/>
+</ContentPage>