Remove zoom icon

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-23 20:47:42 +01:00
parent 87d5d73025
commit e5d68142c6
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 0 additions and 62 deletions

View file

@ -293,9 +293,6 @@ export default class ImageView extends React.Component {
</div>
<div className="mx_ImageView_panel mx_ImageView_toolbar">
{ redactButton }
<AccessibleButton className="mx_ImageView_button" title={_t("Zoom")} onClick={ this.onZoomClick }>
<img src={require("../../../../res/img/zoom-white.svg")} alt={ _t('Zoom') } width="18" height="18" />
</AccessibleButton>
<AccessibleButton className="mx_ImageView_button" title={_t("Zoom out")} onClick={ this.onZoomOutClick }>
<img src={require("../../../../res/img/minus-white.svg")} alt={ _t('Zoom out') } width="18" height="18" />
</AccessibleButton>