Various pixel pushing, tooltip copy changes (#2918)

* fix(toolbar): make button hover bigger

* fix(toolbar): make hangup button bigger

* fix(always-on-top): make toolbar and buttons same sizes as main toolbar

* fix(toolbar): change some tooltips

* fix(toolbar): adjust side panel and filmstrip for new toolbar sizes
This commit is contained in:
virtuacoplenny
2018-05-04 13:10:48 -07:00
committed by bbaldino
parent 8656c7e760
commit d62ac72cfa
4 changed files with 19 additions and 15 deletions

View File

@@ -363,7 +363,7 @@ class Toolbox extends Component<Props, State> {
accessibilityLabel = 'Invite'
iconName = 'icon-add'
onClick = { this._onToolbarOpenInvite }
tooltip = { t('addPeople.title') } /> }
tooltip = { t('toolbar.invite') } /> }
{ this._shouldShowButton('info') && <InfoDialogButton /> }
{ overflowHasItems
&& <OverflowMenuButton
@@ -919,7 +919,7 @@ class Toolbox extends Component<Props, State> {
_desktopSharingEnabled ? '' : 'disabled'}`;
const tooltip = showDisabledTooltip
? disabledTooltipText
: t('toolbar.sharescreen');
: t('dialog.shareYourScreen');
return (
<ToolbarButton