From 1f964b3148aa31c7524fed07ccbd7ba6182022ed Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Tue, 6 May 2025 19:55:10 +0200 Subject: [PATCH] fixed missing features --- Cryptura/Cryptura.csproj | 2 +- Cryptura/MainWindow.axaml | 62 ++++++++++++++++++++++++-------- Cryptura/MainWindow.axaml.cs | 43 +++++++++++++++++----- Cryptura/Password.cs | 2 +- Cryptura/PasswordWindow.axaml | 5 +-- Cryptura/PasswordWindow.axaml.cs | 9 ++--- 6 files changed, 93 insertions(+), 30 deletions(-) diff --git a/Cryptura/Cryptura.csproj b/Cryptura/Cryptura.csproj index 938a6e6..cc14301 100644 --- a/Cryptura/Cryptura.csproj +++ b/Cryptura/Cryptura.csproj @@ -7,7 +7,7 @@ app.manifest true 1.0 - 1.0 + 1.2 diff --git a/Cryptura/MainWindow.axaml b/Cryptura/MainWindow.axaml index d628e3d..75e004e 100644 --- a/Cryptura/MainWindow.axaml +++ b/Cryptura/MainWindow.axaml @@ -9,6 +9,8 @@ Background="Transparent" Height="400" Width="520" + MinHeight="340" + MinWidth="340" WindowStartupLocation="CenterScreen" Title="Cryptura"> @@ -24,8 +26,10 @@ - - + + + @@ -33,11 +37,22 @@ + - - + + @@ -45,12 +60,15 @@ - + + - - - + + - + - + - + +