fix need return button

pull/66/head
Alexandre AGOSTINHO 2 years ago
parent 40f1ab7258
commit c27eb0ea73

@ -9,9 +9,9 @@
<local:EnumToValuesConverter x:Key="musicTypeToValueConverter" <local:EnumToValuesConverter x:Key="musicTypeToValueConverter"
x:TypeArguments="model:Priority"/> x:TypeArguments="model:Priority"/>
</ContentPage.Resources> </ContentPage.Resources>
<local:ContainerBase> <local:ContainerBase NeedReturn="True">
<local:ContainerBase.MyFlyoutContent NeedReturn="True"> <local:ContainerBase.MyFlyoutContent>
<Grid RowDefinitions="250, *, *" VerticalOptions="Fill"> <Grid RowDefinitions="Auto, *, *" VerticalOptions="Center">
<VerticalStackLayout Grid.Row="1"> <VerticalStackLayout Grid.Row="1">
<Button Text="Mes Recettes" <Button Text="Mes Recettes"
ImageSource="person_default.png" ImageSource="person_default.png"

@ -12,7 +12,7 @@
<Grid RowDefinitions="Auto, *"> <Grid RowDefinitions="Auto, *">
<!-- Return --> <!-- Return -->
<local:ReturnButton NeedReturn="{Binding NeedReturn}" Grid.Row="0" <local:ReturnButton NeedReturn="{Binding NeedReturn, Source={x:Reference fl}}" Grid.Row="0"
HorizontalOptions="Start" Padding="10, 10, 0, 0"/> HorizontalOptions="Start" Padding="10, 10, 0, 0"/>
<!-- Header --> <!-- Header -->
<ImageButton Source="person_default.png" HorizontalOptions="Center" <ImageButton Source="person_default.png" HorizontalOptions="Center"

Loading…
Cancel
Save