From 0ab31859362051d3e0452c259343dc0c157c7575 Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Sat, 11 Jul 2026 07:59:44 -0500 Subject: [PATCH] Match the Windows 11 type ramp in the settings window and menus The Fluent redesign left text one step under the WinUI ramp it imitates: menus were 12px where Win11 flyouts use 14px (and where the pre-redesign system menus were 13px), body text was 13px against WinUI's 14px, and captions sat at 11-11.5px below the ramp's 12px floor. On scaled screens the whole window read smaller than v5.4.0 and out of place next to native Win11 surfaces. Adopt the ramp: 14px body (window base, menus, sidebar nav, menu glyphs) and 12px captions (descriptions, preset examples, editor eyebrows, sidebar tool descriptions). Headers were already BodyStrong (14 SemiBold) and the title 20, matching Subtitle. --- DesktopClock/CountdownTargetEditor.xaml | 2 +- DesktopClock/CountdownTargetEditor.xaml.cs | 2 +- DesktopClock/FormatEditor.xaml | 2 +- DesktopClock/FormatEditor.xaml.cs | 2 +- DesktopClock/SettingsWindow.xaml | 2 +- DesktopClock/ThemePresetPicker.xaml.cs | 2 +- DesktopClock/Themes/FluentTheme.xaml | 12 +++++++----- 7 files changed, 13 insertions(+), 11 deletions(-) diff --git a/DesktopClock/CountdownTargetEditor.xaml b/DesktopClock/CountdownTargetEditor.xaml index f7b0a4b..33ebe9a 100644 --- a/DesktopClock/CountdownTargetEditor.xaml +++ b/DesktopClock/CountdownTargetEditor.xaml @@ -32,7 +32,7 @@ Padding="10,7"> - + @@ -154,7 +154,7 @@ @@ -698,7 +699,7 @@ @@ -706,7 +707,8 @@