From 1498a62d1d44d715e310b42e3133aa8cdc6eec92 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期三, 14 四月 2021 16:40:20 +0800
Subject: [PATCH] 2021-04-13
---
HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs b/HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs
index d88f1c0..ad91a5a 100644
--- a/HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs
+++ b/HDL_ON/UI/UI0-Stan/Controls/FrameLayoutControls/FrameRowControl.cs
@@ -126,7 +126,8 @@
}
var btnCaption = new NormalViewControl(i_width, i_height, real);
btnCaption.X = XX;
-
+ //2021.03.18 鏁磋嫳鏂囩増,鍔犱笂鑷姩鎹㈣
+ btnCaption.IsMoreLines = true;
btnCaption.Text = i_caption;
return btnCaption;
@@ -329,6 +330,8 @@
btnContr.TextColor = CSS_Color.PromptingColor1;
btnContr.Text = i_text;
btnContr.TextSize = CSS_FontSize.PromptFontSize_FirstLevel;
+ //2021.03.18 鏁磋嫳鏂囩増,鍔犱笂鑷姩鎹㈣
+ btnContr.IsMoreLines = true;
return btnContr;
}
--
Gitblit v1.8.0