mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-08 01:13:27 +01:00
fix text for coincident constraint button
This commit is contained in:
parent
40d7062cab
commit
7226d08294
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
<div id="dock" class="panel b-right scroll" style="float: left; width: 245px; height: 100%;"></div>
|
||||
<div id="right-toolbar" class="panel b-left scroll" style="width: 50px; float: right; height: 100%; ">
|
||||
<div style="width:50%; height: 2px"></div>
|
||||
<button class="btn rbtn act-coincident" style="background-image: url(img/coi.png);">SS</button>
|
||||
<button class="btn rbtn act-coincident" style="background-image: url(img/coi.png);"></button>
|
||||
<button class="btn rbtn act-verticalConstraint" style="background-image: url(img/vert.png);"></button>
|
||||
<button class="btn rbtn act-horizontalConstraint" style="background-image: url(img/hor.png);"></button>
|
||||
<button class="btn rbtn act-parallelConstraint" style="background-image: url(img/par.png);"></button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue