Fix: Adjust alert_icons export-width

Adjust the `export-width` size of alert_icons_update.py since the
Blender has now been removed #117676.

Pull Request: https://projects.blender.org/blender/blender/pulls/117682
This commit is contained in:
Sean Kim
2024-01-31 01:33:30 +01:00
committed by Harley Acheson
parent 6cc80f1213
commit d763e276ee
+1 -1
View File
@@ -19,7 +19,7 @@ if not (inkscape_bin := os.environ.get("INKSCAPE_BIN")):
cmd = (
inkscape_bin,
os.path.join(BASEDIR, "alert_icons.svg"),
"--export-width=1280",
"--export-width=1024",
"--export-height=256",
"--export-type=png",
"--export-filename=" + os.path.join(BASEDIR, "alert_icons.png"),