diff --git a/TwitchDesktopNotifications/ManageIgnores.xaml b/TwitchDesktopNotifications/ManageIgnores.xaml index 70d8831..c7db6a9 100644 --- a/TwitchDesktopNotifications/ManageIgnores.xaml +++ b/TwitchDesktopNotifications/ManageIgnores.xaml @@ -6,10 +6,61 @@ xmlns:local="clr-namespace:TwitchDesktopNotifications" xmlns:core="clr-namespace:TwitchDesktopNotifications.Core" mc:Ignorable="d" - Title="Twitchy: Ignored Streamers" Height="435" Width="395" ResizeMode="CanResizeWithGrip"> + Title="Twitchy: Ignored Streamers" Height="435" Width="395" ResizeMode="CanResizeWithGrip" Background="#FF333333"> + + + + + + + + @@ -29,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"> + x:Name="dgrdIgnore" ItemsSource="{Binding StreamersToIgnore}" AutoGenerateColumns="False" CanUserAddRows="False" RowHeaderWidth="0" HeadersVisibility="Column" Background="#FF333333"> @@ -48,8 +99,8 @@ -