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> |