From a988ec5743d9eaf48dacf062dce62f5976c98577 Mon Sep 17 00:00:00 2001 From: Anthony Minessale <anthm@freeswitch.org> Date: Tue, 14 Apr 2015 17:40:24 -0500 Subject: [PATCH] FS-7513: add overlap param --- .../autoload_configs/conference_layouts.conf.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/vanilla/autoload_configs/conference_layouts.conf.xml b/conf/vanilla/autoload_configs/conference_layouts.conf.xml index ce971dffbb..3620f64011 100644 --- a/conf/vanilla/autoload_configs/conference_layouts.conf.xml +++ b/conf/vanilla/autoload_configs/conference_layouts.conf.xml @@ -293,12 +293,12 @@ </layout> <layout name="overlaps" auto-3d-position="true"> <image x="0" y="0" scale="360"/> - <image x="300" y="300" scale="60"/> - <image x="240" y="300" scale="60"/> - <image x="180" y="300" scale="60"/> - <image x="120" y="300" scale="60"/> - <image x="60" y="300" scale="60"/> - <image x="0" y="300" scale="60"/> + <image x="300" y="300" scale="60" overlap="true"/> + <image x="240" y="300" scale="60" overlap="true"/> + <image x="180" y="300" scale="60" overlap="true"/> + <image x="120" y="300" scale="60" overlap="true"/> + <image x="60" y="300" scale="60" overlap="true"/> + <image x="0" y="300" scale="60" overlap="true"/> </layout> </layouts> <groups>