[ADF-2338] PDF Thumbnail Pane - close button (#2977)

* close thumblist panel

* thumbnails template container
This commit is contained in:
Cilibiu Bogdan
2018-02-22 11:29:20 +02:00
committed by Eugenio Romano
parent ec3b208b84
commit 9bbdf4331e
9 changed files with 77 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ export class PdfThumbListComponent implements OnInit, AfterViewInit, OnDestroy {
renderItems = [];
private items = [];
private itemHeight: number = 140;
private itemHeight: number = 114;
@ContentChild(TemplateRef)
template: any;