From ecbf9d722cf59efe93cf60ee47e8782eca18eca6 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期六, 19 十二月 2020 13:22:55 +0800
Subject: [PATCH] 20201219-1

---
 HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs
old mode 100644
new mode 100755
index 7304bb9..cb68d38
--- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/MusicView.cs
@@ -32,8 +32,8 @@
         {
             X = Application.GetRealWidth(10),
             Y = Application.GetRealHeight(15),
-            Width = Application.GetMinRealAverage(32),
-            Height = Application.GetMinRealAverage(32),
+            Width = Application.GetRealWidth(32),
+            Height = Application.GetRealWidth(32),
             UnSelectedImagePath = "MusicIcon/playStatus.png",
         };
         /// <summary>
@@ -55,8 +55,8 @@
         {
             X = Application.GetRealWidth(214 + 13),
             Y = Application.GetRealHeight(18 + 5),
-            Width = Application.GetMinRealAverage(16),
-            Height = Application.GetMinRealAverage(16),
+            Width = Application.GetRealWidth(16),
+            Height = Application.GetRealWidth(16),
             UnSelectedImagePath = "MusicIcon/Merge.png",
         };
         /// <summary>
@@ -80,8 +80,8 @@
         {
             X = Application.GetRealWidth(299),
             Y = Application.GetRealHeight(10),
-            Width = Application.GetMinRealAverage(40),
-            Height = Application.GetMinRealAverage(40),
+            Width = Application.GetRealWidth(40),
+            Height = Application.GetRealWidth(40),
             UnSelectedImagePath = "MusicIcon/collect.png",
             SelectedImagePath = "MusicIcon/collectSelected.png",
         };
@@ -157,8 +157,8 @@
         {
             X = Application.GetRealWidth(163),
             Y = Application.GetRealHeight(101),
-            Width = Application.GetMinRealAverage(32),
-            Height = Application.GetMinRealAverage(32),
+            Width = Application.GetRealWidth(32),
+            Height = Application.GetRealWidth(32),
             UnSelectedImagePath = "MusicIcon/prev.png",
             SelectedImagePath = "MusicIcon/prevSeletced.png",
         };
@@ -169,8 +169,8 @@
         {
             X = Application.GetRealWidth(233),
             Y = Application.GetRealHeight(101),
-            Width = Application.GetMinRealAverage(32),
-            Height = Application.GetMinRealAverage(32),
+            Width = Application.GetRealWidth(32),
+            Height = Application.GetRealWidth(32),
             UnSelectedImagePath = "MusicIcon/pause.png",
             SelectedImagePath = "MusicIcon/play.png",
         };
@@ -181,8 +181,8 @@
         {
             X = Application.GetRealWidth(303),
             Y = Application.GetRealHeight(101),
-            Width = Application.GetMinRealAverage(32),
-            Height = Application.GetMinRealAverage(32),
+            Width = Application.GetRealWidth(32),
+            Height = Application.GetRealWidth(32),
             UnSelectedImagePath = "MusicIcon/next.png",
             SelectedImagePath = "MusicIcon/nextSelected.png",
         };

--
Gitblit v1.8.0