diff options
author | bobzel <zzzman@gmail.com> | 2020-09-15 17:50:06 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-15 17:50:06 -0400 |
commit | 08c657346502d7aacbbdb6e7624b13d1a51d8f46 (patch) | |
tree | 70986fd685c9f1f0b7e136aac6f8c8f6c09d34ef /src/client/util/CurrentUserUtils.ts | |
parent | fad74a2d613b30a94aad8a65cfd8db7b916a7ea6 (diff) |
rearranged menu items, made a bunch developer mode. fixed setting color via ColorBox of colelctions.
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 2a03b9f32..891cc28fd 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -503,7 +503,7 @@ export class CurrentUserUtils { } const buttons = CurrentUserUtils.creatorBtnDescriptors(doc).filter(d => !alreadyCreatedButtons?.includes(d.title)); const creatorBtns = buttons.map(({ title, toolTip, icon, ignoreClick, drag, click, ischecked, activeInkPen, backgroundColor, dragFactory, noviceMode, clickFactory }) => Docs.Create.FontIconDocument({ - _nativeWidth: 50, _nativeHeight: 50, _width: 50, _height: 50, + _nativeWidth: 50, _nativeHeight: 50, _width: 35, _height: 35, icon, title, toolTip, |