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

Unified Diff: ui/file_manager/gallery/gallery.html

Issue 1255143003: Gallery.app: make edit button toggleable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove .button class. Created 5 years, 5 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 | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/js/compiled_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/gallery.html
diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html
index 188ad33505b869bd11483d565252589e69e49244..08e4fe6b05ee30d3c3b28a62794e0a16bf8ce111 100644
--- a/ui/file_manager/gallery/gallery.html
+++ b/ui/file_manager/gallery/gallery.html
@@ -37,13 +37,16 @@
<div id="top-toolbar" class="toolbar top tool dimmable">
<div class="filename-spacer"></div>
<div class="button-spacer">
- <paper-button class="button edit" i18n-values="title:GALLERY_EDIT" disabled></paper-button>
- <paper-button class="button print" i18n-values="title:GALLERY_PRINT" disabled></paper-button>
- <paper-button class="button delete" i18n-values="title:GALLERY_DELETE"></paper-button>
- <paper-button class="button slide-mode" i18n-values="title:GALLERY_SLIDE"></paper-button>
- <paper-button class="button thumbnail-mode" i18n-values="title:GALLERY_THUMBNAIL"></paper-button>
- <paper-button class="button slideshow" i18n-values="title:GALLERY_SLIDESHOW"></paper-button>
- <paper-button class="button share" i18n-values="title:GALLERY_SHARE"></paper-button>
+ <button class="toggle edit" i18n-values="title:GALLERY_EDIT">
yawano 2015/07/28 02:20:28 While this will be preference, is it recommended t
hirono 2015/07/28 04:53:36 It's fine to remove class. Sorry for confusion. My
yawano 2015/07/28 06:41:47 Done.
+ <div class="icon"></div>
+ <files-toggle-ripple></files-toggle-ripple>
+ </button>
+ <paper-button class="print" i18n-values="title:GALLERY_PRINT" disabled></paper-button>
+ <paper-button class="delete" i18n-values="title:GALLERY_DELETE"></paper-button>
+ <paper-button class="slide-mode" i18n-values="title:GALLERY_SLIDE"></paper-button>
+ <paper-button class="thumbnail-mode" i18n-values="title:GALLERY_THUMBNAIL"></paper-button>
+ <paper-button class="slideshow" i18n-values="title:GALLERY_SLIDESHOW"></paper-button>
+ <paper-button class="share" i18n-values="title:GALLERY_SHARE"></paper-button>
</div>
</div>
<div id="bottom-toolbar" class="toolbar bottom tool dimmable">
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698