mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Some UHD icon variants
git-svn-id: svn://ultimatepp.org/upp/trunk@14024 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c5735a40e0
commit
746d99c793
2 changed files with 696 additions and 623 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
1317
uppsrc/ide/ide.iml
1317
uppsrc/ide/ide.iml
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue