UI javítás + beküldés, képméretezés
This commit is contained in:
@@ -2,13 +2,19 @@
|
||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||
x:Class="WorkFlowCheck.MAUI.MainPage"
|
||||
Title="Főmenü">
|
||||
Title="Főmenü"
|
||||
BackgroundColor="#f0f0f0">
|
||||
|
||||
<Grid RowDefinitions="Auto, * , Auto" Padding="30,0">
|
||||
|
||||
<ScrollView Grid.Row="1">
|
||||
<ScrollView Grid.Row="1"
|
||||
Padding="25">
|
||||
<VerticalStackLayout Spacing="25">
|
||||
<Frame BorderColor="Gray" Padding="5" Margin="1" HasShadow="True">
|
||||
<Frame BorderColor="Gray"
|
||||
Padding="5"
|
||||
CornerRadius="10"
|
||||
Margin="1"
|
||||
HasShadow="True">
|
||||
<VerticalStackLayout>
|
||||
<Label Text="Alapműveletek" FontAttributes="Bold" FontSize="Medium" HorizontalOptions="Center" />
|
||||
<Button
|
||||
@@ -31,7 +37,11 @@
|
||||
HorizontalOptions="Fill" />
|
||||
</VerticalStackLayout>
|
||||
</Frame>
|
||||
<Frame BorderColor="Gray" Padding="5" Margin="1" HasShadow="True">
|
||||
<Frame BorderColor="Gray"
|
||||
Padding="5"
|
||||
Margin="1"
|
||||
CornerRadius="10"
|
||||
HasShadow="True">
|
||||
<VerticalStackLayout>
|
||||
<Label Text="Ellenőrzés" FontAttributes="Bold" FontSize="Medium" HorizontalOptions="Center" />
|
||||
<Button
|
||||
@@ -46,7 +56,12 @@
|
||||
</VerticalStackLayout>
|
||||
</ScrollView>
|
||||
|
||||
<Frame Grid.Row="2" BorderColor="Gray" Padding="5" Margin="1" HasShadow="True">
|
||||
<Frame Grid.Row="2"
|
||||
BorderColor="Gray"
|
||||
CornerRadius="10"
|
||||
Padding="5"
|
||||
Margin="1"
|
||||
HasShadow="True">
|
||||
<Button
|
||||
x:Name="LogoutBtn" Margin="5"
|
||||
BackgroundColor="DarkRed"
|
||||
|
||||
Reference in New Issue
Block a user