From e1ac4ab0e68024e6289e0b11756962d662749b04 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 16 三月 2021 17:15:23 +0800 Subject: [PATCH] Revert "Merge branch 'WJC' of http://172.16.1.23:6688/r/~wxr/HDL_APP_Project into WJC" --- HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs b/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs index 1476dd3..d1ec836 100644 --- a/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs +++ b/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs @@ -22,7 +22,7 @@ /// <param name="i_width">鏈変簺鐣岄潰寰堢壒娈�,涓嶇粺涓�鎸夐敭瀹藉害,鎵�浠ラ鐣欐鍙傛暟</param> public BottomClickButton(int i_width = 188) { - this.Yaxis = Application.GetRealHeight(543); + this.Yaxis = Application.GetRealHeight(539); //杩欎釜鏄竴鑸綅缃� this.Y = this.Yaxis; @@ -33,7 +33,6 @@ this.Gravity = Gravity.CenterHorizontal; this.Radius = (uint)Application.GetRealHeight(44) / 2; this.TextSize = CSS_FontSize.SubheadingFontSize; - this.BackgroundColor = CSS_Color.MainColor; this.IsBold = true; } } -- Gitblit v1.8.0