Move blur tooltip to the div so that icon gets a tooltip, also add to locale script for English
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1533 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
34fab80fbc
commit
8c13cceea9
|
@ -86,6 +86,7 @@
|
|||
{"id": "tool_alignright", "title": "Align Right"},
|
||||
{"id": "tool_aligntop", "title": "Align Top"},
|
||||
{"id": "tool_bold", "title": "Bold Text"},
|
||||
{"id": "tool_blur", "title": "Change gaussian blur value"},
|
||||
{"id": "tool_circle", "title": "Circle"},
|
||||
{"id": "tool_clear", "textContent": "New Image"},
|
||||
{"id": "tool_clone", "title": "Clone Element"},
|
||||
|
|
|
@ -171,10 +171,10 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
|||
<input id="angle" size="2" value="0" type="text"/>
|
||||
</label>
|
||||
|
||||
<div class="toolset" id="tool_blur">
|
||||
<div class="toolset" id="tool_blur" title="Change gaussian blur value">
|
||||
<label>
|
||||
<span id="blurLabel" class="icon_label"></span>
|
||||
<input id="blur" title="Change gaussian blur value" size="2" value="0" type="text"/>
|
||||
<input id="blur" size="2" value="0" type="text"/>
|
||||
</label>
|
||||
<div id="blur_dropdown" class="dropdown">
|
||||
<button></button>
|
||||
|
|
Loading…
Reference in New Issue