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);