This commit is contained in:
Paul Schneider 2016-10-04 03:17:43 +02:00
commit 31bf40d64e

View file

@ -45,8 +45,6 @@
<Style x:Key="LabelStyle" TargetType="Label">
<Setter Property="TextColor" Value="{StaticResource TextColor}" />
<Setter Property="FontAttributes" Value="Bold" />
<Setter Property="FontSize" Value="{StaticResource MediumFontSize}" />
<Setter Property="LineBreakMode" Value="WordWrap" />
</Style>
@ -56,7 +54,6 @@
<Style x:Key="ContentLabelStyle" BasedOn="{StaticResource LabelStyle}" TargetType="Label">
<Setter Property="FontSize" Value="{StaticResource MediumFontSize}" />
<Setter Property="HorizontalOptions" Value="CenterAndExpand" />
<Setter Property="VerticalOptions" Value="CenterAndExpand" />
</Style>
<Style x:Key="EntryStyle" TargetType="Entry">