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

Unified Diff: ui/file_manager/file_manager/foreground/js/file_manager.js

Issue 904403002: Make the position of 'n files selected' label synced with the width of navigation list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set initial width for #cancel-selection-button-wrapper, used before the first relayout event. Created 5 years, 10 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: ui/file_manager/file_manager/foreground/js/file_manager.js
diff --git a/ui/file_manager/file_manager/foreground/js/file_manager.js b/ui/file_manager/file_manager/foreground/js/file_manager.js
index 7392b1b82797081675423aeada2f1294490d7e5a..37ac23c8d1c3e4e6ebbea662207bbc7690da5031 100644
--- a/ui/file_manager/file_manager/foreground/js/file_manager.js
+++ b/ui/file_manager/file_manager/foreground/js/file_manager.js
@@ -435,7 +435,9 @@ FileManager.prototype = /** @struct */ {
this.commandHandler);
this.toolbarController_ = new ToolbarController(
this.ui_.cancelSelectionButton,
+ this.ui_.cancelSelectionButtonWrapper,
this.ui_.filesSelectedLabel,
+ this.ui_.dialogNavigationList,
this.selectionHandler_,
this.directoryModel_.getFileListSelection());

Powered by Google App Engine
This is Rietveld 408576698