Pass required props to TintableSvg.

This commit is contained in:
Richard Lewis
2017-11-15 15:17:21 +00:00
parent 24b9269ff5
commit 750e64deee
2 changed files with 8 additions and 2 deletions

View File

@@ -390,6 +390,8 @@ export default React.createClass({
className="mx_AppTileMenuBarWidget mx_AppTileMenuBarWidgetPadding"
title={_t('Edit')}
onClick={this._onEditClick}
width="10"
height="10"
/> }
{ /* Delete widget */ }
@@ -398,6 +400,8 @@ export default React.createClass({
className={deleteClasses}
title={_t(deleteWidgetLabel)}
onClick={this._onDeleteClick}
width="10"
height="10"
/>
</span>
</div>