mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-30 06:12:22 -06:00
.cosmetics
This commit is contained in:
parent
b9e0610949
commit
e8ecc2ac07
1 changed files with 3 additions and 3 deletions
|
|
@ -267,10 +267,10 @@ Image Downscale2x(const Image& src);
|
|||
Image Downscale6x(const Image& src);
|
||||
|
||||
enum {
|
||||
DPI_100 = 2, // Normal resolution
|
||||
DPI_100 = 2, // Normal resolution ("standard" displays up to 2K)
|
||||
DPI_150 = 3, // QHD
|
||||
DPI_200 = 4, // UHD
|
||||
DPI_300 = 6,
|
||||
DPI_200 = 4, // UHD (typically 4K displays)
|
||||
DPI_300 = 6, // "XHD" (typically 8K displays)
|
||||
DPI_600 = 12, // Used for 'master' Image drawn without aliasing
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue