Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Unified Diff: remoting/webapp/app_remoting/js/loading_window.js

Issue 1133103004: Allow MessageWindow callers to specify a minimum width. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/base/js/message_window_helper.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/app_remoting/js/loading_window.js
diff --git a/remoting/webapp/app_remoting/js/loading_window.js b/remoting/webapp/app_remoting/js/loading_window.js
index e70c35ebcbf380e8ee94da71ded69a6d32db5790..fcb2eb681c802652a7c1f21715889feb85a639ad 100644
--- a/remoting/webapp/app_remoting/js/loading_window.js
+++ b/remoting/webapp/app_remoting/js/loading_window.js
@@ -50,7 +50,8 @@ remoting.LoadingWindow.show = function() {
duration: kConnectionTimeout,
onTimeout: remoting.LoadingWindow.onTimeout_,
htmlFile: 'loading_window.html',
- frame: 'none'
+ frame: 'none',
+ minimumWidth: 200
});
var transparencyWarning = '';
if (remoting.platformIsMac()) {
« no previous file with comments | « no previous file | remoting/webapp/base/js/message_window_helper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698