UI BUGFIX

This commit is contained in:
2025-04-09 15:37:30 +02:00
parent d383ccccbd
commit e3ee93c74c
5 changed files with 74 additions and 15 deletions
@@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="WorkFlowCheck.MAUI.Pages.Security.LoginPage"
xmlns:local="clr-namespace:WorkFlowCheck.MAUI.Pages"
Title="Bejelentkezés"
Title="Workflow Check Application (v0.988)"
BackgroundColor="#f0f0f0">
<ContentView x:Name="LoginContent">
@@ -45,7 +45,7 @@
<Entry x:Name="PasswordEntry"
Placeholder="PIN kód"
IsPassword="True"
Keyboard="Numeric"
FontSize="18"
BackgroundColor="#f9f9f9"
HeightRequest="50"