From 390ab9dccf05bc49a85a4e5ce10e8667b711e2c0 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Sun, 29 Mar 2020 20:04:09 +0300 Subject: [PATCH] Change terminal fit-to-window icon (#171) Signed-off-by: Jari Kolehmainen --- dashboard/client/components/dock/dock.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/client/components/dock/dock.tsx b/dashboard/client/components/dock/dock.tsx index d6549d12e6..ff47c3f727 100644 --- a/dashboard/client/components/dock/dock.tsx +++ b/dashboard/client/components/dock/dock.tsx @@ -133,7 +133,7 @@ export class Dock extends React.Component { {hasTabs() && ( <> Exit full size mode : Fit to window} onClick={toggleFillSize} />