From 18b93d511dc764b469d7c4a7e755f7274f89cdb4 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期一, 27 四月 2020 17:55:14 +0800 Subject: [PATCH] 2020-4-27-1 --- ZigbeeApp/Shared/Common/ZigbeeColor.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Common/ZigbeeColor.cs b/ZigbeeApp/Shared/Common/ZigbeeColor.cs index 5010dce..409e662 100755 --- a/ZigbeeApp/Shared/Common/ZigbeeColor.cs +++ b/ZigbeeApp/Shared/Common/ZigbeeColor.cs @@ -46,13 +46,13 @@ public uint XMInVisibleLine = 0x00000000; public uint XMRowLine = 0x66CCCCCC; /// <summary> - /// 0xFF232323 - /// </summary> - public uint XMSeekBarBackgroundColor = 0xFF232323; - /// <summary> /// 0xFFECECEC /// </summary> - public uint XMProgressBarColor = 0xFFECECEC; + public uint XMSeekBarBackgroundColor = 0xFFECECEC; + /// <summary> + /// 0xFF232323 + /// </summary> + public uint XMProgressBarColor = 0xFF232323; /// <summary> /// 0xFFF5F6FA /// </summary> -- Gitblit v1.8.0