From 9b28c425ceda12766ac65a7d9faa08717d9f9db2 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期五, 21 二月 2025 10:05:53 +0800 Subject: [PATCH] pbs --- Desktop/PBS.Desktop.Core/Program.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Desktop/PBS.Desktop.Core/Program.cs b/Desktop/PBS.Desktop.Core/Program.cs index 66ec923..528826b 100644 --- a/Desktop/PBS.Desktop.Core/Program.cs +++ b/Desktop/PBS.Desktop.Core/Program.cs @@ -50,7 +50,7 @@ System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("zh-Hans"); //皮肤 - DevExpress.LookAndFeel.UserLookAndFeel.Default.SetSkinStyle(SkinStyle.WXICompact); + DevExpress.LookAndFeel.UserLookAndFeel.Default.SetSkinStyle(SkinStyle.WXICompact); // To customize application configuration such as set high DPI settings or default font, // see https://aka.ms/applicationconfiguration. -- Gitblit v1.9.3