HDL_ON/UI/UI2/3-Intelligence/SetSceneFunctionInfoPage.cs
@@ -109,7 +109,6 @@ } refreshAction(); this.RemoveFromParent(); }; } @@ -598,7 +597,8 @@ ProgressTextColor = CSS_Color.FirstLevelTitleColor, ProgressTextSize = CSS_FontSize.PromptFontSize_FirstLevel, MaxValue = 100, Progress = trait.value.ToString().Replace("{}", "") == "" ? 0 : (int)trait.value, Progress = trait.value.ToString().Replace("{}", "") == "" ? 0 : Convert.ToInt32( trait.value), SeekBarPadding = Application.GetRealWidth(20), }; optionBaseView.AddChidren(controlBar);