mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Added test size settings for vertices and edges.
This commit is contained in:
12
tpl/home.php
12
tpl/home.php
@@ -510,6 +510,12 @@
|
||||
<input type="number" class="form-control" id="vertexStrokeSize" placeholder="10" min="0">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label for="textSize" class="col-sm-5 col-form-label"><?= L('text_size') ?></label>
|
||||
<div class="col-sm-5">
|
||||
<input type="number" class="form-control" id="textSize" placeholder="10" min="5" min="500">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row small-bottom-marging">
|
||||
<label for="vertexTextColor" class="col-sm-5 col-form-label"><?= L('text_color') ?></label>
|
||||
<div class="col-sm-5">
|
||||
@@ -584,6 +590,12 @@
|
||||
</datalist>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label for="edgeTextSize" class="col-sm-5 col-form-label"><?= L('text_size') ?></label>
|
||||
<div class="col-sm-5">
|
||||
<input type="number" class="form-control" id="edgeTextSize" placeholder="10" min="5" min="500">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row small-bottom-marging">
|
||||
<label for="edgeTextColor" class="col-sm-5 col-form-label"><?= L('text_color') ?></label>
|
||||
<div class="col-sm-5">
|
||||
|
||||
Reference in New Issue
Block a user