diff --git a/client/src/main/java/ctbrec/ui/controls/SearchPopoverTreeList.java b/client/src/main/java/ctbrec/ui/controls/SearchPopoverTreeList.java index 206a3855..8b949ece 100644 --- a/client/src/main/java/ctbrec/ui/controls/SearchPopoverTreeList.java +++ b/client/src/main/java/ctbrec/ui/controls/SearchPopoverTreeList.java @@ -171,6 +171,7 @@ public class SearchPopoverTreeList extends PopoverTreeList implements Pop thumb.setFitWidth(thumbSize); thumb.setFitHeight(thumbSize); thumb.setClip(clip); + thumb.setSmooth(true); follow = new Button("Follow"); follow.setOnAction((evt) -> {