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

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

Issue 398643004: Gallery: Make the minimum window size larger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/background.js » ('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 178a3fa553da61c9287593fd4406ea4c152fdb64..89fc07d7dd00db533730f9c5a8464d8b2d4f0dbb 100644
--- a/ui/file_manager/gallery/gallery.html
+++ b/ui/file_manager/gallery/gallery.html
@@ -70,6 +70,24 @@
</if>
</head>
<body>
- <div class="gallery"></div>
+ <div class="gallery">
+ <div id="content" class="content"></div>
+ <div id="header" class="header tool dimmable"></div>
+ <div id="toolbar" class="toolbar tool dimmable">
+ <div class="filename-spacer"></div>
+ <div class="middle-spacer">
+ <div class="ribbon-spacer"></div>
+ <div class="edit-bar-spacer"></div>
+ </div>
+ <div class="button-spacer">
+ <button class="button mode"></button>
+ <button class="button slideshow"></button>
+ <button class="button edit"></button>
+ <button class="button print"></button>
+ <button class="delete"></button>
+ <button class="share"></button>
+ </div>
+ </div>
+ </div>
</body>
</html>
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/js/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698