Fixed Notch Problem

This commit is contained in:
TheJoKlLa 2021-09-25 20:55:22 +02:00
parent 14317629d0
commit cb98542072

View File

@ -5,7 +5,7 @@
x:Name="page">
<FlyoutPage.Flyout>
<ContentPage Title="FabAccess">
<StackLayout>
<StackLayout Margin="0,50,0,0">
<Button Text="Machines" Command="{Binding NavigateCommand}" CommandParameter="MachineListPage" />
<Button Text="Servers" Command="{Binding NavigateCommand}" CommandParameter="ServerListPage" />
<!--<Button Text="Settings" Command="{Binding NavigateCommand}" CommandParameter="SettingsPage" />-->