From cca9ba03381aaf0ddb599eaa0e0c632c2cfff09a Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期二, 22 九月 2020 10:36:44 +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