diff options
| author | bobzel <zzzman@gmail.com> | 2023-06-06 22:24:55 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-06-06 22:24:55 -0400 |
| commit | 3a70c915f3f2b64de72ac7cdff316184cb12db53 (patch) | |
| tree | c9ed9a19228400458ded9adb746d76b4840c5ea6 /src/client/views/SidebarAnnos.tsx | |
| parent | 9accdb19ea34240ad2c7739ea72e51aeaae2a77b (diff) | |
updated text properties to be prefixed with field 'text_'
Diffstat (limited to 'src/client/views/SidebarAnnos.tsx')
| -rw-r--r-- | src/client/views/SidebarAnnos.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/SidebarAnnos.tsx b/src/client/views/SidebarAnnos.tsx index c9e52a1db..498e2ccba 100644 --- a/src/client/views/SidebarAnnos.tsx +++ b/src/client/views/SidebarAnnos.tsx @@ -77,8 +77,8 @@ export class SidebarAnnos extends React.Component<FieldViewProps & ExtraProps> { _height: 50, _layout_fitWidth: true, _layout_autoHeight: true, - _fontSize: StrCast(Doc.UserDoc().fontSize), - _fontFamily: StrCast(Doc.UserDoc().fontFamily), + _text_fontSize: StrCast(Doc.UserDoc().fontSize), + _text_fontFamily: StrCast(Doc.UserDoc().fontFamily), }); FormattedTextBox.SelectOnLoad = target[Id]; FormattedTextBox.DontSelectInitialText = true; |
