Fix Issue 522: Layer panel should scroll. Also add 'Dash' label to stroke-dasharray pull-down
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1502 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -431,6 +431,7 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
||||
</label>
|
||||
|
||||
<label class="stroke_tool">
|
||||
<span>Dash:</span>
|
||||
<select id="stroke_style" title="Change stroke dash style">
|
||||
<option selected="selected" value="none">—</option>
|
||||
<option value="2,2">...</option>
|
||||
@@ -442,7 +443,7 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
||||
|
||||
<!-- TODO: Turn these into icon lists, rather than text ones -->
|
||||
<label class="stroke_tool">
|
||||
<span>Joins:</span>
|
||||
<span>Join:</span>
|
||||
<select id="stroke_linejoin" title="Change Linejoin type">
|
||||
<option id="linejoin_miter" selected="selected" value="miter">Miter</option>
|
||||
<option id="linejoin_round" value="round">Round</option>
|
||||
@@ -451,7 +452,7 @@ script type="text/javascript" src="locale/locale.min.js"></script-->
|
||||
</label>
|
||||
|
||||
<label class="stroke_tool">
|
||||
<span>Caps:</span>
|
||||
<span>Cap:</span>
|
||||
<select id="stroke_linecap" title="Change Linecap type">
|
||||
<option id="linecap_butt" selected="selected" value="butt">Butt</option>
|
||||
<option id="linecap_round" value="round">Round</option>
|
||||
|
||||
Reference in New Issue
Block a user