From c7df85937f73fb347ee0b19e9c052d2d00a6df6c Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 18 九月 2020 13:58:19 +0800 Subject: [PATCH] 新版本 --- ZigbeeApp/Shared/Phone/SmartSound/Forms/SmartSoundContentForDeviceChange.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/SmartSound/Forms/SmartSoundContentForDeviceChange.cs b/ZigbeeApp/Shared/Phone/SmartSound/Forms/SmartSoundContentForDeviceChange.cs old mode 100755 new mode 100644 index f457039..c163ad7 --- a/ZigbeeApp/Shared/Phone/SmartSound/Forms/SmartSoundContentForDeviceChange.cs +++ b/ZigbeeApp/Shared/Phone/SmartSound/Forms/SmartSoundContentForDeviceChange.cs @@ -514,7 +514,7 @@ btnCaption = frameTable.AddLeftCaption(remark, 2000); var nicknameIcon = frameTable.AddRightArrow();//58 - nicknameIcon.TextSize = 17; + nicknameIcon.TextSize = 14; nicknameIcon.SelectedImagePath = "SmartSound/Nickname.png"; nicknameIcon.UnSelectedImagePath = "SmartSound/Nickname.png"; @@ -580,7 +580,7 @@ btnCaption = frameTable.AddLeftCaption(remark, 2000); var nicknameIcon = frameTable.AddRightArrow();//58 - nicknameIcon.TextSize = 17; + nicknameIcon.TextSize = 14; nicknameIcon.SelectedImagePath = "SmartSound/Nickname.png"; nicknameIcon.UnSelectedImagePath = "SmartSound/Nickname.png"; -- Gitblit v1.8.0