调整图标位置
This commit is contained in:
parent
46c6bec21d
commit
35ef10547f
@ -583,7 +583,7 @@ namespace Sunny.UI
|
||||
{
|
||||
using (Image image = IconToImage(Icon))
|
||||
{
|
||||
e.Graphics.DrawImage(image, 6, (TitleHeight - 24) / 2, 24, 24);
|
||||
e.Graphics.DrawImage(image, 6, (TitleHeight - 24) / 2 + 1, 24, 24);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -93,7 +93,7 @@ namespace Sunny.UI
|
||||
{
|
||||
using (Image image = IconToImage(Icon))
|
||||
{
|
||||
e.Graphics.DrawImage(image, 6, (TitleHeight - 24) / 2, 24, 24);
|
||||
e.Graphics.DrawImage(image, 6, (TitleHeight - 24) / 2 + 1, 24, 24);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user