From 945f6911ade64c7672d704858c7628176ea7d2ec Mon Sep 17 00:00:00 2001 From: Sunny Date: Mon, 3 Jun 2024 22:09:11 +0800 Subject: [PATCH] =?UTF-8?q?*=20UINotifier:=20=E8=B0=83=E6=95=B4=E7=AA=97?= =?UTF-8?q?=E4=BD=93=E5=8F=8A=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SunnyUI/Forms/UINotifier.cs | 2 +- SunnyUI/Forms/UINotifier.designer.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SunnyUI/Forms/UINotifier.cs b/SunnyUI/Forms/UINotifier.cs index 3972d45a..7963f6f4 100644 --- a/SunnyUI/Forms/UINotifier.cs +++ b/SunnyUI/Forms/UINotifier.cs @@ -256,7 +256,7 @@ namespace Sunny.UI private NoteLocation adjustLocation(UINotifier note) { Rectangle notesArea; - int nColumn = 0, xShift = 25; // Custom note overlay + int nColumn = 0, xShift = 40; // Custom note overlay // x_Shift = Width + 5; // Full visible note (no overlay) bool add = false; diff --git a/SunnyUI/Forms/UINotifier.designer.cs b/SunnyUI/Forms/UINotifier.designer.cs index b780c5df..0f23457b 100644 --- a/SunnyUI/Forms/UINotifier.designer.cs +++ b/SunnyUI/Forms/UINotifier.designer.cs @@ -62,7 +62,7 @@ noteDate.AutoSize = true; noteDate.Font = new System.Drawing.Font("宋体", 9F); noteDate.Image = Properties.Resources.notifier; - noteDate.Location = new System.Drawing.Point(19, 168); + noteDate.Location = new System.Drawing.Point(21, 168); noteDate.Name = "noteDate"; noteDate.Size = new System.Drawing.Size(65, 12); noteDate.TabIndex = 4; @@ -137,7 +137,7 @@ // icon.BackColor = System.Drawing.Color.White; icon.Font = new System.Drawing.Font("宋体", 12F); - icon.Location = new System.Drawing.Point(11, 79); + icon.Location = new System.Drawing.Point(13, 79); icon.MinimumSize = new System.Drawing.Size(1, 1); icon.Name = "icon"; icon.Padding = new System.Windows.Forms.Padding(40, 0, 0, 0);