Browse Source

slider: fixed range pos

mattias 3 months ago
parent
commit
099a80df41
1 changed files with 2 additions and 1 deletions
  1. 2 1
      demo/democomps/fresnel.demoslider.pas

+ 2 - 1
demo/democomps/fresnel.demoslider.pas

@@ -59,7 +59,8 @@ type
        +'  font-size: .7em;'+LineEnding
        +'  border: 0;'+LineEnding
        +'  background-color: #5ca0cc;'+LineEnding
-       +'  top: 0;'+LineEnding
+       +'  top: 1px;'+LineEnding
+       +'  left: 1px;'+LineEnding
        +'  height: 100%;'+LineEnding
        +'}'+LineEnding
        +'.SliderPoint {'+LineEnding