FS-7513: add 1x1

This commit is contained in:
Anthony Minessale 2015-01-30 17:16:33 -06:00 committed by Michael Jerris
parent 8915516c13
commit e919592905
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,9 @@
<configuration name="conference_layouts.conf" description="Audio Conference">
<layout-settings>
<layouts>
<layout name="1x1">
<image x="0" y="0" scale="360"/>
</layout>
<layout name="2x2">
<image x="0" y="0" scale="180"/>
<image x="180" y="0" scale="180"/>
@ -193,6 +196,7 @@
</layouts>
<groups>
<group name="grid">
<layout>1x1</layout>
<layout>2x2</layout>
<layout>3x3</layout>
<layout>4x4</layout>