]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
workaround for vanishing scrollbars in threshold gui
authorJan Michel <michel@physik.uni-frankfurt.de>
Wed, 27 Dec 2023 12:53:33 +0000 (13:53 +0100)
committerJan Michel <michel@physik.uni-frankfurt.de>
Wed, 27 Dec 2023 12:53:33 +0000 (13:53 +0100)
web/htdocs/thresh/threshold.htm

index 50fcc794c06f7b526277b34ea1bbd54ecd24ce64..84be79d53f4bfff3c3fef6fa0a34aa660e5b7c9d 100644 (file)
 </form>
 
 <table><tr><td>Coarse (0-65535)<td>
-<div id="bar1"  onScroll="update(1,1)">
+<div id="bar1"  onScroll="update(1,1)" style="height:20px">
 <div>&nbsp;</div>
 </div>
 <td id="bar1value">
-<tr><td>Fine (0-255)<td><div id="bar2" onScroll="update(2,256)">
+<tr><td>Fine (0-255)<td><div id="bar2" onScroll="update(2,256)" style="height:20px">
 <div>&nbsp;</div>
 </div>
 <td id="bar2value">