| Index: third_party/google_input_tools/src/chrome/os/inputview/elements/content/canvasview.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/canvasview.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/canvasview.js
|
| index e4b8a84ec8e7410d05afae9fb2602bb3f7007917..df4d33c527ec03a15637e87461a5443fc6e18a14 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/elements/content/canvasview.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/content/canvasview.js
|
| @@ -225,7 +225,7 @@ CanvasView.prototype.resize = function(width, height) {
|
| this.networkErrorDiv_.style.top = this.privacyDiv_.style.top =
|
| Math.round(height / 2 - 50) + 'px';
|
| this.networkErrorDiv_.style.left = this.privacyDiv_.style.left =
|
| - Math.round(width / 2 - 150) + 'px';
|
| + Math.round(width / 2 - 220) + 'px';
|
| this.confirmBtn_.resize(100, 60);
|
|
|
| this.canvas_.setSize(height, width);
|
|
|