Updated toolbar logo to make aligned with meeting name label.

This commit is contained in:
Ghazi Triki 2017-07-25 14:10:44 +01:00
parent dc014b1a11
commit 528acab82e
2 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
</fx:Declarations>
<mx:Image id="logo" right="20" maxHeight="30" ioError="hideLogo()" />
<mx:Image id="logo" right="20" maxHeight="35" ioError="hideLogo()" />
<mx:HBox id="quickLinks" width="1" includeInLayout="false">
<mx:LinkButton id="usersLinkBtn" click="onQuickLinkClicked('users')" label="{ResourceUtil.getInstance().getString('bbb.users.quickLink.label')}"
accessibilityDescription="{usersLinkBtn.label}" toolTip="{usersLinkBtn.label}"