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:
authorHarley Acheson <harley.acheson@gmail.com>2019-10-29 20:54:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-30 01:27:12 +0300
commit5207b977f7a210852fb05e68e387e0803c510789 (patch)
tree3e0d69a9ced32c00b05cfd52b75d70b00efbd42c /source/blender/editors/space_file/filelist.c
parent01171c3380c89f371508e7b629131f6714394710 (diff)
UI: Correct prvicons
Correct source, output, and formatting of prvicons - larger icons used for file browser. Not Reviewed
Diffstat (limited to 'source/blender/editors/space_file/filelist.c')
-rw-r--r--source/blender/editors/space_file/filelist.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index df25242227a..e61375b2d4c 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -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,
};