From 18b3873fa61eb44b4b454e7d7a5052402aac323f Mon Sep 17 00:00:00 2001 From: John Maxwell Date: Fri, 6 Dec 2024 15:22:26 -0800 Subject: [PATCH] Improve LT-21999: Improve saving of parser test reports --- Src/LexText/ParserUI/ParserReportsDialog.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/LexText/ParserUI/ParserReportsDialog.xaml b/Src/LexText/ParserUI/ParserReportsDialog.xaml index cb5f72d9ac..e6be53de3c 100644 --- a/Src/LexText/ParserUI/ParserReportsDialog.xaml +++ b/Src/LexText/ParserUI/ParserReportsDialog.xaml @@ -7,7 +7,7 @@ d:DataContext="{d:DesignInstance Type=local:ParserReportsViewModel, IsDesignTimeCreatable=True}" mc:Ignorable="d" Title="{x:Static local:ParserUIStrings.ksParserTestReports}" WindowStartupLocation="CenterScreen" - SizeToContent="Width" Height="300" + Width="1050" Height="300" WindowStyle="ThreeDBorderWindow">