better vertical align of the logo
This commit is contained in:
parent
26b8697b19
commit
cbc8cc2885
@ -150,7 +150,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
|||||||
[Bindable] private var showToolbarOpt:Boolean = true;
|
[Bindable] private var showToolbarOpt:Boolean = true;
|
||||||
private const DEFAULT_TOOLBAR_HEIGHT:Number = 32;
|
private const DEFAULT_TOOLBAR_HEIGHT:Number = 32;
|
||||||
[Bindable] private var toolbarHeight:Number = DEFAULT_TOOLBAR_HEIGHT;
|
[Bindable] private var toolbarHeight:Number = DEFAULT_TOOLBAR_HEIGHT;
|
||||||
[Bindable] private var toolbarPaddingTop:Number = 4;
|
[Bindable] private var toolbarPaddingTop:Number = 2;
|
||||||
[Bindable] private var showFooterOpt:Boolean = true;
|
[Bindable] private var showFooterOpt:Boolean = true;
|
||||||
|
|
||||||
[Bindable] private var isTunneling:Boolean = false;
|
[Bindable] private var isTunneling:Boolean = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user