From cbc8cc28855640a8067703888ed656af066f3186 Mon Sep 17 00:00:00 2001 From: Felipe Cecagno Date: Wed, 15 Oct 2014 16:01:20 -0300 Subject: [PATCH] better vertical align of the logo --- .../src/org/bigbluebutton/main/views/MainApplicationShell.mxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml b/bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml index 8836e56ed7..d66f2cc8f0 100755 --- a/bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml +++ b/bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml @@ -150,7 +150,7 @@ with BigBlueButton; if not, see . [Bindable] private var showToolbarOpt:Boolean = true; private const DEFAULT_TOOLBAR_HEIGHT:Number = 32; [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 isTunneling:Boolean = false;