From d8ca0f01ca5bcdf19529f36f1442b8cbb41dd489 Mon Sep 17 00:00:00 2001 From: Martin Barker Date: Tue, 21 Feb 2023 22:53:16 +0000 Subject: [PATCH] Updated form design a little to make it cleaner and fix a bug for ignore not changing --- TwitchDesktopNotifications/ManageIgnores.xaml | 7 ++++++- TwitchDesktopNotifications/ManageIgnores.xaml.cs | 5 ----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TwitchDesktopNotifications/ManageIgnores.xaml b/TwitchDesktopNotifications/ManageIgnores.xaml index 2ec22d2..5254b2a 100644 --- a/TwitchDesktopNotifications/ManageIgnores.xaml +++ b/TwitchDesktopNotifications/ManageIgnores.xaml @@ -29,7 +29,7 @@ Grid.Column="1" Grid.RowSpan="1" Grid.Row="3" CanUserResizeColumns="False" - x:Name="dgrdIgnore" ItemsSource="{Binding StreamersToIgnore}" SelectionChanged="dgrdIgnore_SelectionChanged" AutoGenerateColumns="False" CanUserAddRows="False"> + x:Name="dgrdIgnore" ItemsSource="{Binding StreamersToIgnore}" AutoGenerateColumns="False" CanUserAddRows="False"> @@ -42,6 +42,11 @@ + + + +