|
|
@@ -32,28 +32,12 @@
|
|
|
<select class="gf-form-input" ng-model="ctrl.panel.fill" ng-options="f for f in [0,1,2,3,4,5,6,7,8,9,10]" ng-change="ctrl.render()"></select>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="gf-form" ng-show="(ctrl.panel.lines || ctrl.panel.dashes)">
|
|
|
+ <div class="gf-form" ng-show="(ctrl.panel.lines)">
|
|
|
<label class="gf-form-label width-8">Line Width</label>
|
|
|
<div class="gf-form-select-wrapper max-width-5">
|
|
|
<select class="gf-form-input" ng-model="ctrl.panel.linewidth" ng-options="f for f in [0,1,2,3,4,5,6,7,8,9,10]" ng-change="ctrl.render()"></select>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <gf-form-switch class="gf-form" ng-show="ctrl.panel.lines"
|
|
|
- label="Dashes" label-class="width-8"
|
|
|
- checked="ctrl.panel.dashes" on-change="ctrl.render()">
|
|
|
- </gf-form-switch>
|
|
|
- <div class="gf-form" ng-show="ctrl.panel.dashes">
|
|
|
- <label class="gf-form-label width-8">Dash Length</label>
|
|
|
- <div class="gf-form-select-wrapper max-width-5">
|
|
|
- <select class="gf-form-input" ng-model="ctrl.panel.dashLength" ng-options="f for f in [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]" ng-change="ctrl.render()"></select>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="gf-form" ng-show="ctrl.panel.dashes">
|
|
|
- <label class="gf-form-label width-8">Dash Space</label>
|
|
|
- <div class="gf-form-select-wrapper max-width-5">
|
|
|
- <select class="gf-form-input" ng-model="ctrl.panel.spaceLength" ng-options="f for f in [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]" ng-change="ctrl.render()"></select>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
<gf-form-switch ng-show="ctrl.panel.lines" class="gf-form" label="Staircase" label-class="width-8" checked="ctrl.panel.steppedLine" on-change="ctrl.render()">
|
|
|
</gf-form-switch>
|
|
|
<div class="gf-form" ng-show="ctrl.panel.points">
|