UI: Correct prvicons

Correct source, output, and formatting of prvicons - larger icons used for file browser.

Not Reviewed
This commit is contained in:
Harley Acheson 2019-10-29 10:54:58 -07:00 committed by Campbell Barton
parent 01171c3380
commit 5207b977f7
4 changed files with 17199 additions and 2467 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 454 KiB

After

Width:  |  Height:  |  Size: 556 KiB

View File

@ -17,7 +17,7 @@ if sys.platform == 'darwin':
cmd = (
inkscape_path,
os.path.join(BASEDIR, "prvicons.svg"),
"--export-width=2054",
"--export-width=1792",
"--export-height=256",
"--without-gui",
"--export-png=" + os.path.join(BASEDIR, "prvicons.png"),

View File

@ -334,17 +334,16 @@ enum {
#define SPECIAL_IMG_SIZE 256
#define SPECIAL_IMG_ROWS 1
#define SPECIAL_IMG_COLS 8
#define SPECIAL_IMG_COLS 7
enum {
SPECIAL_IMG_DOCUMENT = 0,
SPECIAL_IMG_UNSUPORTED = 1,
SPECIAL_IMG_DRIVE_DISK = 1,
SPECIAL_IMG_FOLDER = 2,
SPECIAL_IMG_PARENT = 3,
SPECIAL_IMG_DRIVE_FIXED = 4,
SPECIAL_IMG_DRIVE_ATTACHED = 5,
SPECIAL_IMG_DRIVE_REMOTE = 6,
SPECIAL_IMG_DRIVE_DISK = 7,
SPECIAL_IMG_MAX,
};