v15.1.0.33 increases default fontsize of Value/ Text

I have just upgraded to v15.1.0.33 without any single change and suddently fontsize became very large. Is there any breaking or purposed changes? my NumericUpDown is very simple

    <numeric:SfNumericUpDown MaximumDecimalDigits="2"    x:Name="NumericUpDown"  Style="{StaticResource NumericStyle}"
                                         FormatString="  cm" Watermark="Enter size"  Value="{Binding size}" />

 <Style x:Key="NumericStyle" TargetType="numeric:SfNumericUpDown">
        <Setter Property="HeightRequest" Value="60"/>
        <Setter Property="HorizontalOptions" Value="FillAndExpand"/>
        <Setter Property="VerticalOptions" Value="Start"/>
        <Setter Property="TextColor" Value="Black"/>
        <Setter Property="AllowNull" Value="true"/>
        <Setter Property="ParsingMode" Value="Decimal"/>
        <Setter Property="Maximum" Value="500"/>
      </Style>


1 Reply

VA Vanaja  Annasamy Syncfusion Team February 27, 2017 11:59 AM UTC

Hi Emil, 

Query: FontSize is not working properly on SfNumericUpdown 

A support incident to track the status of your requirement has been created under your account. 

Please log on to your support website to check for further updates. 
 
Regards,
Vanaja R.A.
 


Loader.
Up arrow icon