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

Unified Diff: chrome/browser/resources/file_manager/js/image_editor/image_editor.html

Issue 7828044: [filebrowser] First step to image editor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Removed commented code. Created 9 years, 3 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/image_editor/image_editor.html
===================================================================
--- chrome/browser/resources/file_manager/js/image_editor/image_editor.html (revision 100141)
+++ chrome/browser/resources/file_manager/js/image_editor/image_editor.html (working copy)
@@ -27,6 +27,7 @@
</head>
<body style="margin:0">
- <div class="image-editor"></div>
+ <div style="height:90%;"><div class="image-editor"></div></div>
+ <div style="height:10%;background-color:black;color:white;" class="toolbar-container"></div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698