JLChen
2021-08-18 c8c33200e43f05136eca9fc8ff4942f8def31cc6
HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/CheckView.cs
@@ -18,12 +18,13 @@
        public Button btnText = new Button
        {
            TextSize = TextSize.text16,
            Width = Application.GetRealWidth(130),
            Height = Application.GetRealHeight(20),
            Width = Application.GetRealWidth(280),
            Height = Application.GetRealHeight(32),//20
            TextColor = CSS.CSS_Color.textColor,
            X = Application.GetRealWidth(20),
            Gravity = Gravity.CenterVertical,
            TextAlignment = TextAlignment.CenterLeft,
            IsMoreLines = true,
        };