From c34b92bad8188846018f8ae98dbdfdbca522c732 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 25 Sep 2025 08:49:04 -0400 Subject: [PATCH] Default media type box to hidden to avoid visual issues --- CHANGELIST.md | 1 + MPF.UI/Windows/MainWindow.xaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 82b7158c..23230be3 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,6 +1,7 @@ ### WIP (xxxx-xx-xx) - Experiment with only showing media type box for DIC +- Default media type box to hidden to avoid visual issues ### 3.4.0 (2025-09-25) diff --git a/MPF.UI/Windows/MainWindow.xaml b/MPF.UI/Windows/MainWindow.xaml index bdb1592a..b812e8c5 100644 --- a/MPF.UI/Windows/MainWindow.xaml +++ b/MPF.UI/Windows/MainWindow.xaml @@ -150,7 +150,8 @@ + IsEnabled="{Binding MediaTypeComboBoxEnabled}" Style="{DynamicResource CustomComboBoxStyle}" + Visibility="Hidden" />