From 6c8da9e958d1e1a40017935285da4b3584b62222 Mon Sep 17 00:00:00 2001 From: lay295 Date: Sat, 2 Nov 2019 16:50:46 -0400 Subject: [PATCH] Add font color and bitrate options --- TwitchDownloaderWPF/App.config | 12 +++++ TwitchDownloaderWPF/PageChatRender.xaml | 11 +++-- TwitchDownloaderWPF/PageChatRender.xaml.cs | 23 +++++++-- .../Properties/Settings.Designer.cs | 48 +++++++++++++++++++ .../Properties/Settings.settings | 12 +++++ 5 files changed, 97 insertions(+), 9 deletions(-) diff --git a/TwitchDownloaderWPF/App.config b/TwitchDownloaderWPF/App.config index f8f97f29..03a27af9 100644 --- a/TwitchDownloaderWPF/App.config +++ b/TwitchDownloaderWPF/App.config @@ -60,6 +60,18 @@ 17 + + 4000 + + + 255 + + + 255 + + + 255 + \ No newline at end of file diff --git a/TwitchDownloaderWPF/PageChatRender.xaml b/TwitchDownloaderWPF/PageChatRender.xaml index 31285d35..78cfa12e 100644 --- a/TwitchDownloaderWPF/PageChatRender.xaml +++ b/TwitchDownloaderWPF/PageChatRender.xaml @@ -31,13 +31,17 @@ + + - - + + + + @@ -57,7 +61,6 @@ - @@ -66,7 +69,7 @@