Merge pull request #3 from Vignesh-SF3580/fix-9484
[Windows] Converter not found
This commit is contained in:
Коммит
8086dc773f
|
@ -5,6 +5,8 @@
|
|||
x:Class="SurfingApp.App">
|
||||
<Application.Resources>
|
||||
<ResourceDictionary>
|
||||
<converters:ToUpperConverter x:Key="ToUpperConverter" />
|
||||
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="Resources/Styles/Colors.xaml" />
|
||||
<ResourceDictionary Source="Resources/Styles/Styles.xaml" />
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<ContentPage.Resources>
|
||||
<ResourceDictionary>
|
||||
|
||||
<converters:ToUpperConverter x:Key="ToUpperConverter" />
|
||||
|
||||
|
||||
<Style x:Key="HeaderLayoutStyle" TargetType="Grid">
|
||||
<Setter Property="VerticalOptions" Value="Center" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче