forked from j62/ctbrec
1
0
Fork 0

Set smooth property for search thumbnail

This commit is contained in:
0xboobface 2018-11-25 23:01:54 +01:00
parent 0fa716abdb
commit 6ee39cb6f4
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ public class SearchPopoverTreeList extends PopoverTreeList<Model> implements Pop
thumb.setFitWidth(thumbSize);
thumb.setFitHeight(thumbSize);
thumb.setClip(clip);
thumb.setSmooth(true);
follow = new Button("Follow");
follow.setOnAction((evt) -> {