forked from j62/ctbrec
Set smooth property for search thumbnail
This commit is contained in:
parent
0fa716abdb
commit
6ee39cb6f4
|
@ -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) -> {
|
||||
|
|
Loading…
Reference in New Issue