diff options
author | bob <bcz@cs.brown.edu> | 2019-04-30 15:58:57 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-04-30 15:58:57 -0400 |
commit | c95e1789da41fb63e27f1086e30c0ebd151009df (patch) | |
tree | 2dc0b21a0da4e25b899ab46a8ca512131cb23ccb /src/client/documents/Documents.ts | |
parent | 7261d69c9e9dcdbcc413eff062eb01de2032f9ef (diff) |
fixed icons
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index ff21dd5b0..964faa8db 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -125,6 +125,7 @@ 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 { |