From d41e96a22f64e1c95434fc4c4f5b759f60e89589 Mon Sep 17 00:00:00 2001 From: Slavasil Date: Mon, 1 Dec 2025 13:52:56 +0300 Subject: [PATCH] replace grid with real listbox --- src/KeyKeeper/Views/MainWindow.axaml | 46 +++++++++++----------------- 1 file changed, 18 insertions(+), 28 deletions(-) diff --git a/src/KeyKeeper/Views/MainWindow.axaml b/src/KeyKeeper/Views/MainWindow.axaml index 1b635e6..9b43550 100644 --- a/src/KeyKeeper/Views/MainWindow.axaml +++ b/src/KeyKeeper/Views/MainWindow.axaml @@ -8,6 +8,7 @@ mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="KeyKeeper.Views.MainWindow" x:DataType="vm:MainWindowViewModel" + Background="#fff" Icon="/Assets/icon.ico" Title="KeyKeeper"> @@ -70,34 +71,23 @@ CornerRadius="4" Padding="25"> - - - - - - - - - - - - - + + + + + + + + + +