ide: Some UHD icon variants

git-svn-id: svn://ultimatepp.org/upp/trunk@14024 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-02-17 10:59:16 +00:00
parent c5735a40e0
commit 746d99c793
2 changed files with 696 additions and 623 deletions

View file

@ -30,7 +30,7 @@ void IconShow::Paint(Draw& w)
Point c(x + cx / 2, sz.cy / 2);
w.DrawImage(c.x - DPI(8) - isz.cx, c.y - DPI(8) - isz.cy, image);
w.DrawImage(c.x + DPI(8), c.y - DPI(8) - isz.cy, DarkTheme(image));
w.DrawImage(c.x - DPI(8) - isz.cx, c.y + DPI(8), image);
w.DrawImage(c.x - DPI(8) - isz.cx, c.y + DPI(8), Upscale2x(image));
w.DrawImage(c.x + DPI(8), c.y + DPI(8), Upscale2x(DarkTheme(image)));
}
else {

File diff suppressed because it is too large Load diff