From 51cb254cbd616e84b7a466b195eb43ab097c3897 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 29 九月 2020 13:16:45 +0800 Subject: [PATCH] 20200928 --- HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs b/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs index bb93ead..784cc5c 100644 --- a/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs +++ b/HDL_ON/UI/UI2/2-Classification/ClassificationPage.cs @@ -764,7 +764,8 @@ if (functionCategoryCount > 4) { - functionContentView.Height += Application.GetRealHeight((220 * (functionCategoryCount - 4) / 2) + 20); + functionContentView.Height = Application.GetRealHeight((220 * functionCategoryCount / 2) + 20); + s1View.Height = s2View.Height = functionContentView.Height; } #endregion -- Gitblit v1.8.0