From fc5ec11a84a0502fab0a279e263c041797e0daf7 Mon Sep 17 00:00:00 2001 From: Slavasil Date: Thu, 26 Mar 2026 21:39:15 +0300 Subject: [PATCH] escape to close CreateVaultDialog + fix indentation in XAML --- src/KeyKeeper/Views/CreateVaultDialog.axaml | 79 +++---- .../Views/CreateVaultDialog.axaml.cs | 22 +- src/KeyKeeper/Views/RepositoryWindow.axaml | 205 +++++++++--------- 3 files changed, 167 insertions(+), 139 deletions(-) diff --git a/src/KeyKeeper/Views/CreateVaultDialog.axaml b/src/KeyKeeper/Views/CreateVaultDialog.axaml index ec10c2e..b06dc96 100644 --- a/src/KeyKeeper/Views/CreateVaultDialog.axaml +++ b/src/KeyKeeper/Views/CreateVaultDialog.axaml @@ -3,91 +3,92 @@ x:Class="KeyKeeper.Views.CreateVaultFileWindow" Title="Create New Vault" Background="#fff" + Focusable="True" Icon="/Assets/icon.ico" Width="600" Height="450" WindowStartupLocation="CenterOwner" CanResize="False" x:Name="ThisWindow"> - - - - - + + + + - - + + - - - - + + + - - - - - + + + + -