From 39eb1c016f49275bb8449fba9286619670f39a42 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 19 四月 2021 09:35:59 +0800
Subject: [PATCH] 合并温居城代码
---
HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs b/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs
old mode 100755
new mode 100644
index d1ec836..1476dd3
--- 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(539);
+ this.Yaxis = Application.GetRealHeight(543);
//杩欎釜鏄竴鑸綅缃�
this.Y = this.Yaxis;
@@ -33,6 +33,7 @@
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