1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Change terminal fit-to-window icon (#171)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-03-29 20:04:09 +03:00 committed by GitHub
parent 5795e85079
commit 390ab9dccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ export class Dock extends React.Component<Props> {
{hasTabs() && (
<>
<Icon
material="aspect_ratio"
material={fullSize ? "fullscreen_exit": "fullscreen"}
tooltip={fullSize ? <Trans>Exit full size mode</Trans> : <Trans>Fit to window</Trans>}
onClick={toggleFillSize}
/>