From 79c7f13ff9f065b3b8caf2f8bf6038cefec5d11a Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 10 Apr 2022 22:27:05 -0700 Subject: [PATCH] Add warning to tooltip --- CHANGELIST.md | 1 + MPF/Windows/DiscInformationWindow.xaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 57919358..add911d0 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -47,6 +47,7 @@ - Convert status label to TextBlock - Add option for copy protection file output - Make protection field user-editable +- Add warning to tooltip ### 2.3 (2022-02-05) - Start overhauling Redump information pulling, again diff --git a/MPF/Windows/DiscInformationWindow.xaml b/MPF/Windows/DiscInformationWindow.xaml index b4126d2c..0821ec7f 100644 --- a/MPF/Windows/DiscInformationWindow.xaml +++ b/MPF/Windows/DiscInformationWindow.xaml @@ -165,7 +165,7 @@ Text="{Binding SubmissionInfo.CommonDiscInfo.Comments, Mode=TwoWay}" TextHeight="50" Enter="True" TextWrapping="Wrap" VerticalContentAlignmentValue="Top" /> -