From eeeeafbf0aa6c453830097a1af7d65c7f2b1d888 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 5 Aug 2021 16:01:37 +0800 Subject: [PATCH] style<*>: header label styles --- src/Views/Widgets/Dashboard.xaml | 6 +++--- src/Views/Widgets/Stashes.xaml | 2 ++ src/Views/Widgets/WorkingCopy.xaml | 8 +++++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/Views/Widgets/Dashboard.xaml b/src/Views/Widgets/Dashboard.xaml index 4f155f04..3feb4fa9 100644 --- a/src/Views/Widgets/Dashboard.xaml +++ b/src/Views/Widgets/Dashboard.xaml @@ -123,7 +123,7 @@ - + @@ -134,7 +134,7 @@ - + @@ -146,7 +146,7 @@ - + diff --git a/src/Views/Widgets/Stashes.xaml b/src/Views/Widgets/Stashes.xaml index d83b3715..2a265f25 100644 --- a/src/Views/Widgets/Stashes.xaml +++ b/src/Views/Widgets/Stashes.xaml @@ -37,6 +37,7 @@ Margin="4,0,0,0" Text="{DynamicResource Text.Stashes.Stashes}" Foreground="{DynamicResource Brush.FG2}" + FontFamily="Microsoft YaHei UI" FontWeight="Bold"/> diff --git a/src/Views/Widgets/WorkingCopy.xaml b/src/Views/Widgets/WorkingCopy.xaml index d73c65a5..8c1161aa 100644 --- a/src/Views/Widgets/WorkingCopy.xaml +++ b/src/Views/Widgets/WorkingCopy.xaml @@ -51,8 +51,9 @@