| Index: chrome/browser/resources/vr_shell/vr_shell_ui.js
|
| diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui.js b/chrome/browser/resources/vr_shell/vr_shell_ui.js
|
| index 7c14b72fa2b8e4f7e65c86125c315c6699ad2051..f1c37ae81785079b8867283abba067c607311ffc 100644
|
| --- a/chrome/browser/resources/vr_shell/vr_shell_ui.js
|
| +++ b/chrome/browser/resources/vr_shell/vr_shell_ui.js
|
| @@ -183,7 +183,7 @@ var vrShellUi = (function() {
|
| for (var i = 0; i < buttons.length; i++) {
|
| var b = document.createElement('div');
|
| b.position = 'absolute';
|
| - b.style.top = '200px';
|
| + b.style.top = '384px';
|
| b.style.left = 50 * i + 'px';
|
| b.style.width = '50px';
|
| b.style.height = '50px';
|
| @@ -198,7 +198,7 @@ var vrShellUi = (function() {
|
| document.body.appendChild(b);
|
|
|
| // Add a UI rectangle for the button.
|
| - var el = new UiElement(50 * i, 200, 50, 50, buttonWidth, buttonHeight);
|
| + var el = new UiElement(50 * i, 384, 50, 50, buttonWidth, buttonHeight);
|
| el.parentId = 0;
|
| el.setAnchoring(XAnchoring.XNONE, YAnchoring.YBOTTOM);
|
| el.setTranslation(buttonStartPosition + buttonSpacing * i, -0.3, 0.0);
|
|
|