no message
This commit is contained in:
parent
d63dd05877
commit
6fdb2d993c
@ -91,7 +91,7 @@
|
||||
var settings = global.settings;
|
||||
|
||||
// restore UI state
|
||||
jQuery("#fscaleRange").val(settings.scale);
|
||||
jQuery("#scaleRange").val(settings.scale);
|
||||
jQuery("#rowCount").val(settings.rowCount);
|
||||
jQuery("#columnCount").val(settings.colCount);
|
||||
|
||||
|
||||
@ -19,9 +19,9 @@
|
||||
<div style="float: left; display: inline;"><input id="rowCount" type="text" class="text" maxlength="1" style="width: 10px; margin-right:5px;" value="2"/>Page Grid</div>
|
||||
</div>
|
||||
<div style="float: left; margin-right:10px; padding-right: 3px; display: inline; -webkit-appearance: default">
|
||||
<form oninput="amount.value=scaleRange.value">
|
||||
<form onchange="amount.value=scaleRange.value">
|
||||
<input type="range" id="scaleRange" min="-1.0" max="1.0" step="0.1" value="0.0" style="width: 80px; position: relative; top: 2px; margin-right:5px;" />
|
||||
<output name="amount" for="scaleRange">0.0</output> Scale</form>
|
||||
<output name="amount" for="scaleRange"></output> Scale</form>
|
||||
</div>
|
||||
<div style="float: left; margin-right:10px"><input id="single-card-page-checkbox" type="checkbox"/>Single Card Per Page</div>
|
||||
<div style="float: left; margin-right:10px"><input id="hide-description-checkbox" type="checkbox"/>Hide Description</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user