diff --git a/WinUIGallery/Navigation/NavigationRootPage.xaml.cs b/WinUIGallery/Navigation/NavigationRootPage.xaml.cs index c1f6292e8..9837fedb3 100644 --- a/WinUIGallery/Navigation/NavigationRootPage.xaml.cs +++ b/WinUIGallery/Navigation/NavigationRootPage.xaml.cs @@ -102,6 +102,7 @@ public NavigationRootPage() AppWindow appWindow = WindowHelper.GetAppWindow(window); appWindow.SetIcon("Assets/Tiles/GalleryIcon.ico"); + appWindow.TitleBar.PreferredHeightOption = TitleBarHeightOption.Tall; _settings = new UISettings(); _settings.ColorValuesChanged += _settings_ColorValuesChanged; // cannot use FrameworkElement.ActualThemeChanged event because the triggerTitleBarRepaint workaround no longer works };