1 decade ago by stahlmanDesign
When selecting layers or entities in Weltmeister, the scroll bar is only 1 pixel wide. It's not a problem if you have a scroll wheel on your mouse, but I use a Wacom pen tablet which means I have to press down on the scroll bar to move it.
This turned out to be a webkit-only problem. I figured out a fix.
Add this to Weltmeister.html just before the </body> tag
Page 1 of 1
This turned out to be a webkit-only problem. I figured out a fix.
Add this to Weltmeister.html just before the </body> tag
<script type="text/javascript">
document.styleSheets[0].addRule("::-webkit-scrollbar", "width: 10px;");
// makes weltmeister scroll bar thicker.
// Ejecta cannot compile this so keep only in WM
</script>
Page 1 of 1
« first
« previous
next ›
last »
