diff options
author | bob <bcz@cs.brown.edu> | 2019-05-01 11:33:44 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-05-01 11:33:44 -0400 |
commit | a419ad773840611e6f1c43f892cb0ffab748f1e2 (patch) | |
tree | 2fb44a0884c286ec5802700b4e6d1c6d04b07202 /src/client/documents/Documents.ts | |
parent | d6ecb1cabeb34b5e55bc107f308f63071e4c40f7 (diff) |
fixed icon opacity
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index d9ee7a736..ca25744af 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -125,7 +125,6 @@ export namespace Docs { function CreateIconPrototype(): Doc { let iconProto = setupPrototypeOptions(iconProtoId, "ICON_PROTO", IconBox.LayoutString(), { x: 0, y: 0, width: Number(MINIMIZED_ICON_SIZE), height: Number(MINIMIZED_ICON_SIZE) }); - console.log("iconpr" + iconProto.layout) return iconProto; } function CreateTextPrototype(): Doc { |