From 2db686fc471e6ab903ee73926df520215be800cf Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 10 Sep 2020 11:44:44 -0700 Subject: [PATCH] Backport accept/cancel from Avalonia --- DICUI/Windows/DiscInformationWindow.xaml | 15 +- DICUI/Windows/DiscInformationWindow.xaml.cs | 292 +++++++++++--------- DICUI/Windows/MainWindow.xaml.cs | 4 +- 3 files changed, 182 insertions(+), 129 deletions(-) diff --git a/DICUI/Windows/DiscInformationWindow.xaml b/DICUI/Windows/DiscInformationWindow.xaml index 7049e63a..223299ee 100644 --- a/DICUI/Windows/DiscInformationWindow.xaml +++ b/DICUI/Windows/DiscInformationWindow.xaml @@ -5,13 +5,14 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:DICUI" mc:Ignorable="d" - Title="Disc Information" Height="705" Width="515.132" ResizeMode="NoResize" + Title="Disc Information" Height="733" Width="515.132" ResizeMode="NoResize" Closed="OnClosed"> + @@ -152,5 +153,17 @@ + + + + + + + + + +