From da91d9fc0e40bb0db74420473ed47c92db97dd1e Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Fri, 19 Apr 2024 14:43:01 -0700 Subject: [PATCH] Allow arbitrary code list font sizes The point size must be between 3 and 64, inclusive, just to avoid doing anything too weird. Also, added 14 to the drop-down. --- SourceGen/WpfGui/FontPicker.xaml | 23 ++++++++++++++--------- SourceGen/WpfGui/FontPicker.xaml.cs | 22 ++++++++++++++++++++-- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/SourceGen/WpfGui/FontPicker.xaml b/SourceGen/WpfGui/FontPicker.xaml index 60d4f2c..3fc9100 100644 --- a/SourceGen/WpfGui/FontPicker.xaml +++ b/SourceGen/WpfGui/FontPicker.xaml @@ -56,15 +56,20 @@ limitations under the License. - - - 8 - 10 - 12 - 16 - 20 - + + + + 8 + 10 + 12 + 14 + 16 + 20 + + +