Made Open button icon scale by optimizing file opening code
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1198 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -85,10 +85,8 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
||||
<div id="file_panel">
|
||||
<div class="push_button" id="tool_clear" title="New Image [N]"></div>
|
||||
|
||||
<div id="fileinputs" class="fileinputs push_button" style="display: none">
|
||||
<div class="fakefile">
|
||||
<div id="tool_open" title="Open Image [O]" ></div>
|
||||
</div>
|
||||
<div id="fileinputs" class="push_button">
|
||||
<div id="tool_open" title="Open Image [O]" ></div>
|
||||
</div>
|
||||
|
||||
<div class="push_button" id="tool_save" title="Save Image [S]"></div>
|
||||
|
||||
Reference in New Issue
Block a user