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-75d572ba1ddd
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user