From ac7e305de545f6de94d0dc073a86d65319e359ac Mon Sep 17 00:00:00 2001 From: Martin Barker Date: Fri, 24 Feb 2023 03:26:52 +0000 Subject: [PATCH] Removed border from DataGrid --- TwitchDesktopNotifications/ManageIgnores.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TwitchDesktopNotifications/ManageIgnores.xaml b/TwitchDesktopNotifications/ManageIgnores.xaml index c7db6a9..f8fef52 100644 --- a/TwitchDesktopNotifications/ManageIgnores.xaml +++ b/TwitchDesktopNotifications/ManageIgnores.xaml @@ -80,7 +80,7 @@ Grid.Column="1" Grid.RowSpan="1" Grid.Row="3" CanUserResizeColumns="False" - x:Name="dgrdIgnore" ItemsSource="{Binding StreamersToIgnore}" AutoGenerateColumns="False" CanUserAddRows="False" RowHeaderWidth="0" HeadersVisibility="Column" Background="#FF333333"> + x:Name="dgrdIgnore" ItemsSource="{Binding StreamersToIgnore}" AutoGenerateColumns="False" CanUserAddRows="False" RowHeaderWidth="0" HeadersVisibility="Column" Background="#FF333333" BorderBrush="#FF333333">