From 9a7934549391e1413e992cebb74d467bab4f13e5 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 29 Oct 2016 09:04:50 +1300 Subject: [PATCH] Fix comment typo --- scripts/system/progress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/progress.js b/scripts/system/progress.js index c0b7143a11..92853c9ada 100644 --- a/scripts/system/progress.js +++ b/scripts/system/progress.js @@ -36,7 +36,7 @@ BAR_DESKTOP_2K_HEIGHT = 3, // Display height of SVG BAR_DESKTOP_2K_URL = Script.resolvePath("assets/images/progress-bar-2k.svg"), - BAR_DESKTOP_4K_WIDTH = 4480, // Width of SVG image in pixels. Sized for 1920 x 1080 display with 6 visible repeats. + BAR_DESKTOP_4K_WIDTH = 4480, // Width of SVG image in pixels. Sized for 4096 x 1920 display with 6 visible repeats. BAR_DESKTOP_4K_REPEAT = 640, // Length of repeat in bar = 2240 / 7. BAR_DESKTOP_4K_HEIGHT = 6, // Display height of SVG BAR_DESKTOP_4K_URL = Script.resolvePath("assets/images/progress-bar-4k.svg"),