diff --git a/Lite/MainWindow.xaml b/Lite/MainWindow.xaml index 1bd09ca..3437709 100644 --- a/Lite/MainWindow.xaml +++ b/Lite/MainWindow.xaml @@ -8,6 +8,8 @@ WindowStartupLocation="CenterScreen" WindowState="Maximized" Icon="EDD.ico" + TextOptions.TextFormattingMode="Display" + UseLayoutRounding="True" Background="{DynamicResource BackgroundBrush}"> diff --git a/Lite/Windows/ProcedureHistoryWindow.xaml b/Lite/Windows/ProcedureHistoryWindow.xaml index 6729202..de29f1f 100644 --- a/Lite/Windows/ProcedureHistoryWindow.xaml +++ b/Lite/Windows/ProcedureHistoryWindow.xaml @@ -4,6 +4,8 @@ xmlns:scottplot="clr-namespace:ScottPlot.WPF;assembly=ScottPlot.WPF" Title="Procedure Execution History" Width="1200" Height="800" WindowStartupLocation="CenterOwner" + TextOptions.TextFormattingMode="Display" + UseLayoutRounding="True" Background="{DynamicResource BackgroundBrush}"> diff --git a/Lite/Windows/QueryStatsHistoryWindow.xaml b/Lite/Windows/QueryStatsHistoryWindow.xaml index 11158bd..fc1e0c0 100644 --- a/Lite/Windows/QueryStatsHistoryWindow.xaml +++ b/Lite/Windows/QueryStatsHistoryWindow.xaml @@ -4,6 +4,8 @@ xmlns:scottplot="clr-namespace:ScottPlot.WPF;assembly=ScottPlot.WPF" Title="Query Stats History" Width="1400" Height="800" WindowStartupLocation="CenterOwner" + TextOptions.TextFormattingMode="Display" + UseLayoutRounding="True" Background="{DynamicResource BackgroundBrush}"> diff --git a/Lite/Windows/QueryStoreHistoryWindow.xaml b/Lite/Windows/QueryStoreHistoryWindow.xaml index 4d520d2..b1beb05 100644 --- a/Lite/Windows/QueryStoreHistoryWindow.xaml +++ b/Lite/Windows/QueryStoreHistoryWindow.xaml @@ -4,6 +4,8 @@ xmlns:scottplot="clr-namespace:ScottPlot.WPF;assembly=ScottPlot.WPF" Title="Query Store History" Width="1200" Height="800" WindowStartupLocation="CenterOwner" + TextOptions.TextFormattingMode="Display" + UseLayoutRounding="True" Background="{DynamicResource BackgroundBrush}">