From 8dd87aff16d93045c078d449ee4ae696670acfe0 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 3 Feb 2015 10:39:34 -0800 Subject: [PATCH] Adjust size of 2D progress bar --- examples/progress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/progress.js b/examples/progress.js index 2e9c980e5e..108576e5ad 100644 --- a/examples/progress.js +++ b/examples/progress.js @@ -34,7 +34,7 @@ windowHeight = 0, background2D = {}, bar2D = {}, - SCALE_2D = 0.5, // Scale the SVGs for 2D display. + SCALE_2D = 0.55, // Scale the SVGs for 2D display. background3D = {}, bar3D = {}, ENABLE_VR_MODE_MENU_ITEM = "Enable VR Mode",