Set thumbnail aspect ration to 9/16 for MVLive
This commit is contained in:
parent
21f75fc187
commit
0ad935474a
|
@ -26,7 +26,7 @@ public class MVLiveTabProvider extends AbstractTabProvider {
|
||||||
var updateService = new MVLiveUpdateService((MVLive) site);
|
var updateService = new MVLiveUpdateService((MVLive) site);
|
||||||
var tab = new ThumbOverviewTab(title, updateService, site);
|
var tab = new ThumbOverviewTab(title, updateService, site);
|
||||||
tab.setRecorder(site.getRecorder());
|
tab.setRecorder(site.getRecorder());
|
||||||
tab.setImageAspectRatio(1);
|
tab.setImageAspectRatio(16.0 / 9.0);
|
||||||
return tab;
|
return tab;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue