From 643148849a1a3c48d469fb8b0d4e9dcefcdefccb Mon Sep 17 00:00:00 2001 From: Sunny Date: Mon, 30 May 2022 15:06:43 +0800 Subject: [PATCH] =?UTF-8?q?*=20UIStatusForm:=20=E6=A0=87=E9=A2=98=E6=A0=8F?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SunnyUI/Forms/UIStatusForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SunnyUI/Forms/UIStatusForm.cs b/SunnyUI/Forms/UIStatusForm.cs index f63a3eb7..e39f186c 100644 --- a/SunnyUI/Forms/UIStatusForm.cs +++ b/SunnyUI/Forms/UIStatusForm.cs @@ -36,7 +36,7 @@ namespace Sunny.UI public UIStatusForm(int max, string desc, int decimalPlaces = 1) { InitializeComponent(); - + Text = UILocalize.InfoTitle; Maximum = max; Description = desc; Value = 0;