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

Unified Diff: chrome/browser/resources/feedback/js/feedback.js

Issue 2403503003: Optimize the table creation in the Sys Info page of the feedback app (Closed)
Patch Set: Fix js styles for presubmit Created 4 years, 2 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
Index: chrome/browser/resources/feedback/js/feedback.js
diff --git a/chrome/browser/resources/feedback/js/feedback.js b/chrome/browser/resources/feedback/js/feedback.js
index 6b75217e5635fd20bc8c6cc41f5e64abf162f205..ddb8685804db9f8ce0eceb812deeb36d823e1993 100644
--- a/chrome/browser/resources/feedback/js/feedback.js
+++ b/chrome/browser/resources/feedback/js/feedback.js
@@ -392,7 +392,7 @@ function initialize() {
'/html/sys_info.html', {
frame: 'chrome',
id: SYSINFO_WINDOW_ID,
- width: 600,
+ width: 640,
height: 400,
hidden: false,
resizable: true
« no previous file with comments | « chrome/browser/resources/feedback/html/sys_info.html ('k') | chrome/browser/resources/feedback/js/sys_info.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698