From 63a1432e80d6dacb35cb3dd8481662e3537f5566 Mon Sep 17 00:00:00 2001 From: InspectorIT Date: Tue, 18 Nov 2025 16:57:10 +0300 Subject: [PATCH] Update MainWindow.axaml --- src/KeyKeeper/Views/MainWindow.axaml | 65 ++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/src/KeyKeeper/Views/MainWindow.axaml b/src/KeyKeeper/Views/MainWindow.axaml index 7453965..7c4b00f 100644 --- a/src/KeyKeeper/Views/MainWindow.axaml +++ b/src/KeyKeeper/Views/MainWindow.axaml @@ -3,6 +3,7 @@ xmlns:vm="using:KeyKeeper.ViewModels" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:local="clr-namespace:KeyKeeper.Views" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="KeyKeeper.Views.MainWindow" x:DataType="vm:MainWindowViewModel" @@ -23,5 +24,69 @@ Width="100" Height="30"/> + + + + + + + + + + + + +