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

Unified Diff: chrome/browser/resources/file_manager/js/background.js

Issue 14344005: Round corners for Files.app's new ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/file_manager/js/background.js
diff --git a/chrome/browser/resources/file_manager/js/background.js b/chrome/browser/resources/file_manager/js/background.js
index d26d638301ce65c24b1985777c945c583b88b3e3..06833346bdfeafc94c2896b95f2b4c0f193889c2 100644
--- a/chrome/browser/resources/file_manager/js/background.js
+++ b/chrome/browser/resources/file_manager/js/background.js
@@ -244,7 +244,8 @@ function createFileManagerOptions() {
defaultHeight: Math.round(window.screen.availHeight * 0.8),
minWidth: 320,
minHeight: 240,
- frame: util.platform.newUI() ? 'none' : 'chrome'
+ frame: util.platform.newUI() ? 'none' : 'chrome',
+ transparentBackground: true
};
}
« no previous file with comments | « chrome/browser/resources/file_manager/css/file_manager.css ('k') | chrome/browser/resources/file_manager/manifest_new_ui.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698