|
@@ -31,7 +31,7 @@ |
|
|
<button class="panel-toggle btn btn-default btn-xs pull-right" type="button" data-toggle="collapse" data-target="#transform-body">
|
|
|
<span class="glyphicon glyphicon-menu-down"></span>
|
|
|
</button>
|
|
|
- <h3 class="panel-title">Transformations</h3>
|
|
|
+ <h3 class="panel-title"><img src="/images/transformation.png" width="20px" height="20px">Transformations</h3>
|
|
|
</div>
|
|
|
<div id="transform-body" class="panel-body collapse in">
|
|
|
<div class="form-group" id="transform-mirror">
|
|
@@ -73,7 +73,7 @@ <h3 class="panel-title">Transformations</h3> |
|
|
<button class="panel-toggle btn btn-default btn-xs pull-right" type="button" data-toggle="collapse" data-target="#file-body">
|
|
|
<span class="glyphicon glyphicon-menu-down"></span>
|
|
|
</button>
|
|
|
- <h3 class="panel-title">File</h3>
|
|
|
+ <h3 class="panel-title"><img src="/images/file.png" width="20px" height="20px">File</h3>
|
|
|
</div>
|
|
|
<div id="file-body" class="panel-body collapse in">
|
|
|
<div class="form-group">
|
|
@@ -90,7 +90,7 @@ <h3 class="panel-title">File</h3> |
|
|
<button class="panel-toggle btn btn-default btn-xs pull-right" type="button" data-toggle="collapse" data-target="#mesh-body">
|
|
|
<span class="glyphicon glyphicon-menu-down"></span>
|
|
|
</button>
|
|
|
- <h3 class="panel-title">Mesh</h3>
|
|
|
+ <h3 class="panel-title"><img src="/images/mesh.png" width="20px" height="20px">Mesh</h3>
|
|
|
</div>
|
|
|
<div id="mesh-body" class="panel-body collapse in">
|
|
|
<div class="info">
|
|
@@ -124,7 +124,7 @@ <h3 class="panel-title">Mesh</h3> |
|
|
</div>
|
|
|
</div><!-- #mesh -->
|
|
|
|
|
|
- <div id="slicer" class="panel panel-default">
|
|
|
+ <div id="slicer" class="panel panel-default verbergen">
|
|
|
<div class="panel-heading">
|
|
|
<button class="panel-toggle btn btn-default btn-xs pull-right" type="button" data-toggle="collapse" data-target="#slicer-body">
|
|
|
<span class="glyphicon glyphicon-menu-down"></span>
|
|
@@ -225,7 +225,7 @@ <h3 class="panel-title">Build volume</h3> |
|
|
<button class="panel-toggle btn btn-default btn-xs pull-right" type="button" data-toggle="collapse" data-target="#resin-body">
|
|
|
<span class="glyphicon glyphicon-menu-down"></span>
|
|
|
</button>
|
|
|
- <h3 class="panel-title">Resin</h3>
|
|
|
+ <h3 class="panel-title"><img src="/images/resin.png" width="20px" height="20px">Resin</h3>
|
|
|
</div>
|
|
|
<div id="resin-body" class="panel-body collapse in">
|
|
|
<div class="form-group">
|
|
@@ -276,7 +276,7 @@ <h3 class="panel-title">Screen</h3> |
|
|
<button class="panel-toggle btn btn-default btn-xs pull-right" type="button" data-toggle="collapse" data-target="#colors-body">
|
|
|
<span class="glyphicon glyphicon-menu-down"></span>
|
|
|
</button>
|
|
|
- <h3 class="panel-title">Colors</h3>
|
|
|
+ <h3 class="panel-title"><img src="/images/color.png" width="20px" height="20px">Colors</h3>
|
|
|
</div>
|
|
|
<div id="colors-body" class="panel-body collapse in">
|
|
|
<div class="form-group">
|
|
|
0 comments on commit
649fae1