Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Reynish <billrey@me.com>2019-10-29 18:55:56 +0300
committerWilliam Reynish <billrey@me.com>2019-10-29 18:55:56 +0300
commitcf95d7f10eba4d5f6aaa1d769293bbf1976dd76d (patch)
tree061777b45e8fcef2b85e7652a53ddca282881d47 /source/blender/editors/space_file
parent0e45ca2e7003ab48d1abbc276b09f721471f44c7 (diff)
UI: Icons update.
Updated icon set from Andrzej Ambroż. - Includes new icons for Top Bar, Status Bar, CD/DVD drives, Home, Documents, Temp, Memory, Options. - Includes small tweaks to many icons throughout Blender - Also adds a large CD/DVD drive icon for the file browser This does not add the new icons in the interface yet.
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/filelist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index d29233618de..df25242227a 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -334,7 +334,7 @@ enum {
#define SPECIAL_IMG_SIZE 256
#define SPECIAL_IMG_ROWS 1
-#define SPECIAL_IMG_COLS 7
+#define SPECIAL_IMG_COLS 8
enum {
SPECIAL_IMG_DOCUMENT = 0,
@@ -344,6 +344,7 @@ enum {
SPECIAL_IMG_DRIVE_FIXED = 4,
SPECIAL_IMG_DRIVE_ATTACHED = 5,
SPECIAL_IMG_DRIVE_REMOTE = 6,
+ SPECIAL_IMG_DRIVE_DISK = 7,
SPECIAL_IMG_MAX,
};