Skip to content

Commit 3d3d2e5

Browse files
committed
print update
1 parent 557e94c commit 3d3d2e5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

print.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,16 @@ <h3>Print page size</h3>
135135
</p>
136136
<p>Page status: <span id="tileStatus"></span></p>
137137

138+
<p><b>Note:</b> The presets and css scripting for it are approximations and best-effort attempts. <br>
139+
When you go for the print dialogue and choose your page size etc, there will probably be some mis-match.<br>
140+
Please see the print-preview, then come back here and tweak the width and heigth to get it right. </p>
141+
</div>
142+
<div class="col-md-3">
138143
<h3>Shape</h3>
139144
<p>Color: <input id="color" value="black" size="4">
140145
&nbsp;Border size: <input id="weight" value="4" class="narrow50" type="number">
141146
&nbsp;<button onclick="changeColor()" class="btn btn-outline-success">Apply</button>
142147
</p>
143-
144-
<br>
145-
</div>
146-
<div class="col-md-3">
147148
<h3>Transparency</h3>
148149
Border Opacity: <div class="slidecontainer"><input type="range" min="0" max="100" value="100" class="slider" id="slider2"></div>
149150
Fill Opacity: <div class="slidecontainer"><input type="range" min="0" max="100" value="0" class="slider" id="slider1"></div>

0 commit comments

Comments
 (0)