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-09-06 17:44:50 +0300
committerHarley Acheson <harley.acheson@gmail.com>2019-09-06 17:44:50 +0300
commit24d05b5ff9d6d85a7ff8f58b47bef31b5dbcec81 (patch)
tree58c82ea4c18b14097fa280b1add57a2a3c364985 /release/datafiles/prvicons_update.py
parent61cc604da70550cdda0e20ef26e4e563eb22421a (diff)
UI: File Browser Large Icon Update
Replaces the large icons used in the File Browser with updated versions by Andrzej Ambroz (jendrzych). Differential Revision: https://developer.blender.org/D5698 Reviewed by Brecht Van Lommel
Diffstat (limited to 'release/datafiles/prvicons_update.py')
-rwxr-xr-xrelease/datafiles/prvicons_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/datafiles/prvicons_update.py b/release/datafiles/prvicons_update.py
index f76cf2a9852..85e92e9e564 100755
--- a/release/datafiles/prvicons_update.py
+++ b/release/datafiles/prvicons_update.py
@@ -17,7 +17,7 @@ if sys.platform == 'darwin':
cmd = (
inkscape_path,
os.path.join(BASEDIR, "prvicons.svg"),
- "--export-width=1536",
+ "--export-width=1792",
"--export-height=256",
"--without-gui",
"--export-png=" + os.path.join(BASEDIR, "prvicons.png"),